Html Css Color HEX #5577DE Royal Blue

📋 copy color: '#5577DE'

red 85 ◦ green 119 ◦ blue 222

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

Shades of Royal Blue #5577DE

Tints of Royal Blue #5577DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 19.95%
G = 27.93%
B = 52.11%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5577DE (or 0x5577DE) is known color: Royal Blue. HEX triplet: 55, 77 and DE. RGB value is (85,119,222). Sum of RGB (Red+Green+Blue) = 85+119+222=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #5577DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577DE is #AA8821. Grayscale: #787878. Windows color (decimal): -11175970 or 14579541. OLE color: 14579541.

HSL color Cylindrical-coordinate representation of color #5577DE: hue angle of 225.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5577DE is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 119 222 -
CMYK 0.62 0.46 0 0.13
HSL 225.11º 0.67% 0.6% -
HSV(B) 225.11º 0.62% 0.87% -
XYZ 23.53 20.4 71.8 -
YUV 120.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 85 119 222 0.62 0.46 0 0.13 225.11 0.67 0.6
Hex 55 77 DE 3E 2E 0 D E1 43 3C
Octal 125 167 336 76 56 0 15 341 103 74
Binary 1010101 1110111 11011110 111110 101110 0 1101 11100001 1000011 111100

Color Harmonies of #5577DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5577DE

Black with #5577DE

Text Example


Text Example

White with #5577DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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