#5550AB

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

Shades of Rich Blue #5550AB

Tints of Rich Blue #5550AB

Color information

#5550AB (or 0x5550AB) is unknown color: approx Rich Blue. HEX triplet: 55, 50 and AB. RGB value is (85,80,171). Sum of RGB (Red+Green+Blue) = 85+80+171=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #5550AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5550AB is #AAAF54. Grayscale: #5B5B5B. Windows color (decimal): -11186005 or 11227221. OLE color: 11227221.

HSL color Cylindrical-coordinate representation of color #5550AB: hue angle of 243.3º 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 #5550AB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8580171-
CMYK0.500.5300.33
HSL243.3º36.25%49.22%-
HSV(B)243.3º53.22%67.06%-
XYZ13.9710.6139.84-
YUV91.87172.66123.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=25.30%
G=23.81%
B=50.89%

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
Decimal85801710.500.5300.33243.336.2549.22
Hex5550AB3235021f32431
Octal12512025362650413634461
Binary1010101101000010101011110010110101010000111110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5550AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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