Html Css Color HEX #5977EB Royal Blue

📋 copy color: '#5977EB'

red 89 ◦ green 119 ◦ blue 235

#5977EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #5977EB

Tints of Royal Blue #5977EB

RGB

 RED value IS 89 (35.16% from 255) = 20.09%

 GREEN value IS 119 (46.88% from 255) = 26.86%

 BLUE value IS 235 (92.19% from 255) = 53.05%

R = 20.09%
G = 26.86%
B = 53.05%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5977EB (or 0x5977EB) is known color: Royal Blue. HEX triplet: 59, 77 and EB. RGB value is (89,119,235). Sum of RGB (Red+Green+Blue) = 89+119+235=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #5977EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5977EB is #A68814. Grayscale: #7A7A7A. Windows color (decimal): -10913813 or 15431513. OLE color: 15431513.

HSL color Cylindrical-coordinate representation of color #5977EB: hue angle of 227.67º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5977EB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 119 235 -
CMYK 0.62 0.49 0 0.08
HSL 227.67º 0.78% 0.64% -
HSV(B) 227.67º 0.62% 0.92% -
XYZ 25.71 21.32 81.36 -
YUV 123.25 191.06 103.57 -
System Red Green Blue C M Y K H S L
Decimal 89 119 235 0.62 0.49 0 0.08 227.67 0.78 0.64
Hex 59 77 EB 3E 31 0 8 E4 4E 40
Octal 131 167 353 76 61 0 10 344 116 100
Binary 1011001 1110111 11101011 111110 110001 0 1000 11100100 1001110 1000000

Color Harmonies of #5977EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5977EB

Black with #5977EB

Text Example


Text Example

White with #5977EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5977EB; }

 p { color: rgb(89,119,235); }

 H1.HeaderClassName
 {
   color: #5977EB;
 }
 .AnyTagClassName
 {
   color: #5977EB;
 }
</style>

background-color css

<style>
 a { background-color: #5977EB; }

 a { background-color: rgb(89,119,235); }

 div.DivClassName
 {
   background-color: #5977EB;
 }
 .BgClassName
 {
   background-color: #5977EB;
 }
</style>

border-color css

<style>
 span { border-color: #5977EB; }

 span { border-color: rgb(89,119,235); }

 td.TdClassName
 {
   border-color: #5977EB;
 }
 .TagClassName
 {
   border-color: #5977EB;
 }
</style>