Html Css Color HEX #555CE1 Royal Blue

📋 copy color: '#555CE1'

red 85 ◦ green 92 ◦ blue 225

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

Shades of Royal Blue #555CE1

Tints of Royal Blue #555CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.97%

R = 21.14%
G = 22.89%
B = 55.97%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#555CE1 (or 0x555CE1) is known color: Royal Blue. HEX triplet: 55, 5C and E1. RGB value is (85,92,225). Sum of RGB (Red+Green+Blue) = 85+92+225=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #555CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CE1 is #AAA31E. Grayscale: #686868. Windows color (decimal): -11182879 or 14769237. OLE color: 14769237.

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

Color convert

RGB 85 92 225 -
CMYK 0.62 0.59 0 0.12
HSL 237º 0.7% 0.61% -
HSV(B) 237º 0.62% 0.88% -
XYZ 21.16 15.02 73.02 -
YUV 105.07 195.68 113.69 -
System Red Green Blue C M Y K H S L
Decimal 85 92 225 0.62 0.59 0 0.12 237 0.7 0.61
Hex 55 5C E1 3E 3B 0 C ED 46 3D
Octal 125 134 341 76 73 0 14 355 106 75
Binary 1010101 1011100 11100001 111110 111011 0 1100 11101101 1000110 111101

Color Harmonies of #555CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CE1

Black with #555CE1

Text Example


Text Example

White with #555CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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