Html Css Color HEX #5577E0 Royal Blue

📋 copy color: '#5577E0'

red 85 ◦ green 119 ◦ blue 224

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

Shades of Royal Blue #5577E0

Tints of Royal Blue #5577E0

RGB

 RED value IS 85 (33.59% from 255) = 19.86%

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

 BLUE value IS 224 (87.89% from 255) = 52.34%

R = 19.86%
G = 27.8%
B = 52.34%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5577E0 (or 0x5577E0) is known color: Royal Blue. HEX triplet: 55, 77 and E0. RGB value is (85,119,224). Sum of RGB (Red+Green+Blue) = 85+119+224=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #5577E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577E0 is #AA881F. Grayscale: #787878. Windows color (decimal): -11175968 or 14710613. OLE color: 14710613.

HSL color Cylindrical-coordinate representation of color #5577E0: hue angle of 225.32º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5577E0 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 119 224 -
CMYK 0.62 0.47 0 0.12
HSL 225.32º 0.69% 0.61% -
HSV(B) 225.32º 0.62% 0.88% -
XYZ 23.8 20.51 73.22 -
YUV 120.8 186.24 102.46 -
System Red Green Blue C M Y K H S L
Decimal 85 119 224 0.62 0.47 0 0.12 225.32 0.69 0.61
Hex 55 77 E0 3E 2F 0 C E1 45 3D
Octal 125 167 340 76 57 0 14 341 105 75
Binary 1010101 1110111 11100000 111110 101111 0 1100 11100001 1000101 111101

Color Harmonies of #5577E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5577E0

Black with #5577E0

Text Example


Text Example

White with #5577E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5577E0; }

 p { color: rgb(85,119,224); }

 H1.HeaderClassName
 {
   color: #5577E0;
 }
 .AnyTagClassName
 {
   color: #5577E0;
 }
</style>

background-color css

<style>
 a { background-color: #5577E0; }

 a { background-color: rgb(85,119,224); }

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

border-color css

<style>
 span { border-color: #5577E0; }

 span { border-color: rgb(85,119,224); }

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