Html Css Color HEX #85858A Manatee

📋 copy color: '#85858A'

red 133 ◦ green 133 ◦ blue 138

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

Shades of Manatee #85858A

Tints of Manatee #85858A

RGB

 RED value IS 133 (52.34% from 255) = 32.92%

 GREEN value IS 133 (52.34% from 255) = 32.92%

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 32.92%
G = 32.92%
B = 34.16%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#85858A (or 0x85858A) is known color: Manatee. HEX triplet: 85, 85 and 8A. RGB value is (133,133,138). Sum of RGB (Red+Green+Blue) = 133+133+138=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 138 - color contains mainly: blue. Hex color #85858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85858A is #7A7A75. Grayscale: #858585. Windows color (decimal): -8026742 or 9078149. OLE color: 9078149.

HSL color Cylindrical-coordinate representation of color #85858A: hue angle of 240º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #85858A is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 133 138 -
CMYK 0.04 0.04 0 0.46
HSL 240º 0.02% 0.53% -
HSV(B) 240º 0.04% 0.54% -
XYZ 22.65 23.6 27.41 -
YUV 133.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 133 133 138 0.04 0.04 0 0.46 240 0.02 0.53
Hex 85 85 8A 4 4 0 2E F0 2 35
Octal 205 205 212 4 4 0 56 360 2 65
Binary 10000101 10000101 10001010 100 100 0 101110 11110000 10 110101

Color Harmonies of #85858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85858A

Black with #85858A

Text Example


Text Example

White with #85858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85858A; }

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

 H1.HeaderClassName
 {
   color: #85858A;
 }
 .AnyTagClassName
 {
   color: #85858A;
 }
</style>

background-color css

<style>
 a { background-color: #85858A; }

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

 div.DivClassName
 {
   background-color: #85858A;
 }
 .BgClassName
 {
   background-color: #85858A;
 }
</style>

border-color css

<style>
 span { border-color: #85858A; }

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

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