#5551AB

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

Shades of Rich Blue #5551AB

Tints of Rich Blue #5551AB

Color information

#5551AB (or 0x5551AB) is unknown color: approx Rich Blue. HEX triplet: 55, 51 and AB. RGB value is (85,81,171). Sum of RGB (Red+Green+Blue) = 85+81+171=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #5551AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5551AB is #AAAE54. Grayscale: #5C5C5C. Windows color (decimal): -11185749 or 11227477. OLE color: 11227477.

HSL color Cylindrical-coordinate representation of color #5551AB: hue angle of 242.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5551AB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8581171-
CMYK0.500.5300.33
HSL242.67º35.71%49.41%-
HSV(B)242.67º52.63%67.06%-
XYZ14.0410.7639.86-
YUV92.46172.33122.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=25.22%
G=24.04%
B=50.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85811710.500.5300.33242.6735.7149.41
Hex5551AB3235021f32431
Octal12512125362650413634461
Binary1010101101000110101011110010110101010000111110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5551AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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