Html Css Color HEX #555EE4 Royal Blue

📋 copy color: '#555EE4'

red 85 ◦ green 94 ◦ blue 228

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

Shades of Royal Blue #555EE4

Tints of Royal Blue #555EE4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.1%

 BLUE value IS 228 (89.45% from 255) = 56.02%

R = 20.88%
G = 23.1%
B = 56.02%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#555EE4 (or 0x555EE4) is known color: Royal Blue. HEX triplet: 55, 5E and E4. RGB value is (85,94,228). Sum of RGB (Red+Green+Blue) = 85+94+228=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 228 (89.45% from 255 or 56.02% from 407); Max value from RGB is 228 - color contains mainly: blue. Hex color #555EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EE4 is #AAA11B. Grayscale: #6A6A6A. Windows color (decimal): -11182364 or 14966357. OLE color: 14966357.

HSL color Cylindrical-coordinate representation of color #555EE4: hue angle of 236.22º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #555EE4 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 94 228 -
CMYK 0.63 0.59 0 0.11
HSL 236.22º 0.73% 0.61% -
HSV(B) 236.22º 0.63% 0.89% -
XYZ 21.75 15.54 75.25 -
YUV 106.59 196.52 112.6 -
System Red Green Blue C M Y K H S L
Decimal 85 94 228 0.63 0.59 0 0.11 236.22 0.73 0.61
Hex 55 5E E4 3F 3B 0 B EC 49 3D
Octal 125 136 344 77 73 0 13 354 111 75
Binary 1010101 1011110 11100100 111111 111011 0 1011 11101100 1001001 111101

Color Harmonies of #555EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EE4

Black with #555EE4

Text Example


Text Example

White with #555EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555EE4; }

 p { color: rgb(85,94,228); }

 H1.HeaderClassName
 {
   color: #555EE4;
 }
 .AnyTagClassName
 {
   color: #555EE4;
 }
</style>

background-color css

<style>
 a { background-color: #555EE4; }

 a { background-color: rgb(85,94,228); }

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

border-color css

<style>
 span { border-color: #555EE4; }

 span { border-color: rgb(85,94,228); }

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