Html Css Color HEX #5577D7 Royal Blue

📋 copy color: '#5577D7'

red 85 ◦ green 119 ◦ blue 215

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

Shades of Royal Blue #5577D7

Tints of Royal Blue #5577D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.31%

R = 20.29%
G = 28.4%
B = 51.31%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5577D7 (or 0x5577D7) is known color: Royal Blue. HEX triplet: 55, 77 and D7. RGB value is (85,119,215). Sum of RGB (Red+Green+Blue) = 85+119+215=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #5577D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577D7 is #AA8828. Grayscale: #777777. Windows color (decimal): -11175977 or 14120789. OLE color: 14120789.

HSL color Cylindrical-coordinate representation of color #5577D7: hue angle of 224.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5577D7 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 119 215 -
CMYK 0.60 0.45 0 0.16
HSL 224.31º 0.62% 0.59% -
HSV(B) 224.31º 0.6% 0.84% -
XYZ 22.61 20.03 66.96 -
YUV 119.78 181.74 103.19 -
System Red Green Blue C M Y K H S L
Decimal 85 119 215 0.60 0.45 0 0.16 224.31 0.62 0.59
Hex 55 77 D7 3C 2D 0 10 E0 3E 3B
Octal 125 167 327 74 55 0 20 340 76 73
Binary 1010101 1110111 11010111 111100 101101 0 10000 11100000 111110 111011

Color Harmonies of #5577D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5577D7

Black with #5577D7

Text Example


Text Example

White with #5577D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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