#555AAD

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

Shades of Rich Blue #555AAD

Tints of Rich Blue #555AAD

Color information

#555AAD (or 0x555AAD) is unknown color: approx Rich Blue. HEX triplet: 55, 5A and AD. RGB value is (85,90,173). Sum of RGB (Red+Green+Blue) = 85+90+173=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #555AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555AAD is #AAA552. Grayscale: #616161. Windows color (decimal): -11183443 or 11360853. OLE color: 11360853.

HSL color Cylindrical-coordinate representation of color #555AAD: hue angle of 236.59º 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 #555AAD is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8590173-
CMYK0.510.4800.32
HSL236.59º34.92%50.59%-
HSV(B)236.59º50.87%67.84%-
XYZ14.9512.2641.11-
YUV97.97170.34118.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 173 (67.97% from 255) = 49.71%
R=24.43%
G=25.86%
B=49.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85901730.510.4800.32236.5934.9250.59
Hex555AAD3330020ed2333
Octal12513225563600403554363
Binary1010101101101010101101110011110000010000011101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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