Html Css Color HEX #555CE2 Royal Blue

📋 copy color: '#555CE2'

red 85 ◦ green 92 ◦ blue 226

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

Shades of Royal Blue #555CE2

Tints of Royal Blue #555CE2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.83%

 BLUE value IS 226 (88.67% from 255) = 56.08%

R = 21.09%
G = 22.83%
B = 56.08%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#555CE2 (or 0x555CE2) is known color: Royal Blue. HEX triplet: 55, 5C and E2. RGB value is (85,92,226). Sum of RGB (Red+Green+Blue) = 85+92+226=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #555CE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CE2 is #AAA31D. Grayscale: #686868. Windows color (decimal): -11182878 or 14834773. OLE color: 14834773.

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

Color convert

RGB 85 92 226 -
CMYK 0.62 0.59 0 0.11
HSL 237.02º 0.71% 0.61% -
HSV(B) 237.02º 0.62% 0.89% -
XYZ 21.3 15.08 73.74 -
YUV 105.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 85 92 226 0.62 0.59 0 0.11 237.02 0.71 0.61
Hex 55 5C E2 3E 3B 0 B ED 47 3D
Octal 125 134 342 76 73 0 13 355 107 75
Binary 1010101 1011100 11100010 111110 111011 0 1011 11101101 1000111 111101

Color Harmonies of #555CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CE2

Black with #555CE2

Text Example


Text Example

White with #555CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,92,226); }

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

background-color css

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

 a { background-color: rgb(85,92,226); }

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

border-color css

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

 span { border-color: rgb(85,92,226); }

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