#8588AF

Color #8588AF Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #8588AF

Tints of Manatee #8588AF

Color information

#8588AF (or 0x8588AF) is unknown color: approx Manatee. HEX triplet: 85, 88 and AF. RGB value is (133,136,175). Sum of RGB (Red+Green+Blue) = 133+136+175=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #8588AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8588AF is #7A7750. Grayscale: #8B8B8B. Windows color (decimal): -8025937 or 11503749. OLE color: 11503749.

HSL color Cylindrical-coordinate representation of color #8588AF: hue angle of 235.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8588AF is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133136175-
CMYK0.240.2200.31
HSL235.71º20.79%60.39%-
HSV(B)235.71º24%68.63%-
XYZ26.2125.6944.13-
YUV139.55148.01123.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=29.95%
G=30.63%
B=39.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331361750.240.2200.31235.7120.7960.39
Hex8588AF181601Fec153c
Octal20521025730260373542574
Binary10000101100010001010111111000101100111111110110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8588AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8588AF; }

 p { color: rgb(133,136,175); }

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

<style>
 a { background-color: #8588AF; }

 a { background-color: rgb(133,136,175); }

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

<style>
 span { border-color: #8588AF; }

 span { border-color: rgb(133,136,175); }

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