#5551ad

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

Shades of Rich Blue #5551AD

Tints of Rich Blue #5551AD

Color information

#5551AD (or 0x5551AD) is unknown color: approx Rich Blue. HEX triplet: 55, 51 and AD. RGB value is (85,81,173). Sum of RGB (Red+Green+Blue) = 85+81+173=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #5551AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5551AD is #AAAE52. Grayscale: #5C5C5C. Windows color (decimal): -11185747 or 11358549. OLE color: 11358549.

HSL color Cylindrical-coordinate representation of color #5551AD: hue angle of 242.61º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5551AD is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8581173-
CMYK0.510.5300.32
HSL242.61º36.22%49.8%-
HSV(B)242.61º53.18%67.84%-
XYZ14.2310.8340.88-
YUV92.68173.33122.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=25.07%
G=23.89%
B=51.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85811730.510.5300.32242.6136.2249.8
Hex5551AD3335020f32432
Octal12512125563650403634462
Binary1010101101000110101101110011110101010000011110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5551ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5551ad; }

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

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

<style>
 a { background-color: #5551ad; }

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

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

<style>
 span { border-color: #5551ad; }

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

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