#555DDC

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

Shades of Royal Blue #555DDC

Tints of Royal Blue #555DDC

Color information

#555DDC (or 0x555DDC) is unknown color: approx Royal Blue. HEX triplet: 55, 5D and DC. RGB value is (85,93,220). Sum of RGB (Red+Green+Blue) = 85+93+220=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #555DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DDC is #AAA223. Grayscale: #686868. Windows color (decimal): -11182628 or 14441813. OLE color: 14441813.

HSL color Cylindrical-coordinate representation of color #555DDC: hue angle of 236.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555DDC is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8593220-
CMYK0.610.5800.14
HSL236.44º65.85%59.8%-
HSV(B)236.44º61.36%86.27%-
XYZ20.5814.9369.51-
YUV105.09192.85113.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 220 (86.33% from 255) = 55.28%
R=21.36%
G=23.37%
B=55.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85932200.610.5800.14236.4465.8559.8
Hex555DDC3D3A0Eec423c
Octal125135334757201635410274
Binary101010110111011101110011110111101001110111011001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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