#555DAA

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

Shades of Rich Blue #555DAA

Tints of Rich Blue #555DAA

Color information

#555DAA (or 0x555DAA) is unknown color: approx Rich Blue. HEX triplet: 55, 5D and AA. RGB value is (85,93,170). Sum of RGB (Red+Green+Blue) = 85+93+170=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #555DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555DAA is #AAA255. Grayscale: #636363. Windows color (decimal): -11182678 or 11165013. OLE color: 11165013.

HSL color Cylindrical-coordinate representation of color #555DAA: hue angle of 234.35º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #555DAA is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8593170-
CMYK0.500.4500.33
HSL234.35º33.33%50%-
HSV(B)234.35º50%66.67%-
XYZ14.9212.6639.69-
YUV99.39167.85117.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=24.43%
G=26.72%
B=48.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85931700.500.4500.33234.3533.3350
Hex555DAA322D021ea2132
Octal12513525262550413524162
Binary1010101101110110101010110010101101010000111101010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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