Html Css Color HEX #5577EE Royal Blue

📋 copy color: '#5577EE'

red 85 ◦ green 119 ◦ blue 238

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

Shades of Royal Blue #5577EE

Tints of Royal Blue #5577EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.85%

R = 19.23%
G = 26.92%
B = 53.85%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5577EE (or 0x5577EE) is known color: Royal Blue. HEX triplet: 55, 77 and EE. RGB value is (85,119,238). Sum of RGB (Red+Green+Blue) = 85+119+238=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #5577EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5577EE is #AA8811. Grayscale: #797979. Windows color (decimal): -11175954 or 15628117. OLE color: 15628117.

HSL color Cylindrical-coordinate representation of color #5577EE: hue angle of 226.67º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5577EE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 119 238 -
CMYK 0.64 0.50 0 0.07
HSL 226.67º 0.82% 0.63% -
HSV(B) 226.67º 0.64% 0.93% -
XYZ 25.78 21.3 83.64 -
YUV 122.4 193.24 101.32 -
System Red Green Blue C M Y K H S L
Decimal 85 119 238 0.64 0.50 0 0.07 226.67 0.82 0.63
Hex 55 77 EE 40 32 0 7 E3 52 3F
Octal 125 167 356 100 62 0 7 343 122 77
Binary 1010101 1110111 11101110 1000000 110010 0 111 11100011 1010010 111111

Color Harmonies of #5577EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5577EE

Black with #5577EE

Text Example


Text Example

White with #5577EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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