#555DAD

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

Shades of Rich Blue #555DAD

Tints of Rich Blue #555DAD

Color information

#555DAD (or 0x555DAD) is unknown color: approx Rich Blue. HEX triplet: 55, 5D and AD. RGB value is (85,93,173). Sum of RGB (Red+Green+Blue) = 85+93+173=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #555DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555DAD is #AAA252. Grayscale: #636363. Windows color (decimal): -11182675 or 11361621. OLE color: 11361621.

HSL color Cylindrical-coordinate representation of color #555DAD: hue angle of 234.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #555DAD is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8593173-
CMYK0.510.4600.32
HSL234.55º34.92%50.59%-
HSV(B)234.55º50.87%67.84%-
XYZ15.212.7841.2-
YUV99.73169.35117.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=24.22%
G=26.50%
B=49.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85931730.510.4600.32234.5534.9250.59
Hex555DAD332E020eb2333
Octal12513525563560403534363
Binary1010101101110110101101110011101110010000011101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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