Html Css Color HEX #858591 Manatee

📋 copy color: '#858591'

red 133 ◦ green 133 ◦ blue 145

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

Shades of Manatee #858591

Tints of Manatee #858591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.28%

R = 32.36%
G = 32.36%
B = 35.28%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#858591 (or 0x858591) is known color: Manatee. HEX triplet: 85, 85 and 91. RGB value is (133,133,145). Sum of RGB (Red+Green+Blue) = 133+133+145=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 145 - color contains mainly: blue. Hex color #858591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858591 is #7A7A6E. Grayscale: #868686. Windows color (decimal): -8026735 or 9536901. OLE color: 9536901.

HSL color Cylindrical-coordinate representation of color #858591: hue angle of 240º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #858591 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 133 145 -
CMYK 0.08 0.08 0 0.43
HSL 240º 0.05% 0.55% -
HSV(B) 240º 0.08% 0.57% -
XYZ 23.17 23.81 30.16 -
YUV 134.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 133 133 145 0.08 0.08 0 0.43 240 0.05 0.55
Hex 85 85 91 8 8 0 2B F0 5 37
Octal 205 205 221 10 10 0 53 360 5 67
Binary 10000101 10000101 10010001 1000 1000 0 101011 11110000 101 110111

Color Harmonies of #858591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858591

Black with #858591

Text Example


Text Example

White with #858591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858591; }

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

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

background-color css

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

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

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

border-color css

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

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

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