#8585AF

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

Shades of Manatee #8585AF

Tints of Manatee #8585AF

Color information

#8585AF (or 0x8585AF) is unknown color: approx Manatee. HEX triplet: 85, 85 and AF. RGB value is (133,133,175). Sum of RGB (Red+Green+Blue) = 133+133+175=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #8585AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8585AF is #7A7A50. Grayscale: #898989. Windows color (decimal): -8026705 or 11502981. OLE color: 11502981.

HSL color Cylindrical-coordinate representation of color #8585AF: hue angle of 240º 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 #8585AF is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133133175-
CMYK0.240.2400.31
HSL240º20.79%60.39%-
HSV(B)240º24%68.63%-
XYZ25.824.8644-
YUV137.79149124.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.16%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=30.16%
G=30.16%
B=39.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331331750.240.2400.3124020.7960.39
Hex8585AF181801Ff0153c
Octal20520525730300373602574
Binary10000101100001011010111111000110000111111111000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8585AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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