#555DDE

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

Shades of Royal Blue #555DDE

Tints of Royal Blue #555DDE

Color information

#555DDE (or 0x555DDE) is unknown color: approx Royal Blue. HEX triplet: 55, 5D and DE. RGB value is (85,93,222). Sum of RGB (Red+Green+Blue) = 85+93+222=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #555DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DDE is #AAA221. Grayscale: #686868. Windows color (decimal): -11182626 or 14572885. OLE color: 14572885.

HSL color Cylindrical-coordinate representation of color #555DDE: hue angle of 236.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555DDE is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8593222-
CMYK0.620.5800.13
HSL236.5º67.49%60.2%-
HSV(B)236.5º61.71%87.06%-
XYZ20.8515.0370.91-
YUV105.31193.85113.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 93 (36.72% from 255) = 23.25%
BLUE value IS 222 (87.11% from 255) = 55.5%
R=21.25%
G=23.25%
B=55.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85932220.620.5800.13236.567.4960.2
Hex555DDE3E3A0Dec433c
Octal125135336767201535410374
Binary101010110111011101111011111011101001101111011001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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