#555DE1

Color #555DE1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #555DE1

Tints of Royal Blue #555DE1

Color information

#555DE1 (or 0x555DE1) is unknown color: approx Royal Blue. HEX triplet: 55, 5D and E1. RGB value is (85,93,225). Sum of RGB (Red+Green+Blue) = 85+93+225=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #555DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DE1 is #AAA21E. Grayscale: #696969. Windows color (decimal): -11182623 or 14769493. OLE color: 14769493.

HSL color Cylindrical-coordinate representation of color #555DE1: hue angle of 236.57º 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 #555DE1 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8593225-
CMYK0.620.5900.12
HSL236.57º70%60.78%-
HSV(B)236.57º62.22%88.24%-
XYZ21.2515.273.05-
YUV105.66195.35113.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 225 (88.28% from 255) = 55.83%
R=21.09%
G=23.08%
B=55.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal85932250.620.5900.12236.577060.78
Hex555DE13E3B0Ced463d
Octal125135341767301435510675
Binary101010110111011110000111111011101101100111011011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #555DE1;
 }
 .AnyTagClassName
 {
   color: #555DE1;
 }
</style>
background-color css

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

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

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

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

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

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