Html Css Color HEX #8585AF Manatee

📋 copy color: '#8585AF'

red 133 ◦ green 133 ◦ blue 175

#8585AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #8585AF

Tints of Manatee #8585AF

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 value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8585AF (or 0x8585AF) is known color: 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

RGB 133 133 175 -
CMYK 0.24 0.24 0 0.31
HSL 240º 0.21% 0.6% -
HSV(B) 240º 0.24% 0.69% -
XYZ 25.8 24.86 44 -
YUV 137.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 133 133 175 0.24 0.24 0 0.31 240 0.21 0.6
Hex 85 85 AF 18 18 0 1F F0 15 3C
Octal 205 205 257 30 30 0 37 360 25 74
Binary 10000101 10000101 10101111 11000 11000 0 11111 11110000 10101 111100

Color Harmonies of #8585AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8585AF

Black with #8585AF

Text Example


Text Example

White with #8585AF

Text Example


Text Example

HTML Codes & Css Web 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>