Html Css Color HEX #858592 Manatee

📋 copy color: '#858592'

red 133 ◦ green 133 ◦ blue 146

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

Shades of Manatee #858592

Tints of Manatee #858592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 32.28%
G = 32.28%
B = 35.44%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#858592 (or 0x858592) is known color: Manatee. HEX triplet: 85, 85 and 92. RGB value is (133,133,146). Sum of RGB (Red+Green+Blue) = 133+133+146=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #858592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858592 is #7A7A6D. Grayscale: #868686. Windows color (decimal): -8026734 or 9602437. OLE color: 9602437.

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

Color convert

RGB 133 133 146 -
CMYK 0.09 0.09 0 0.43
HSL 240º 0.06% 0.55% -
HSV(B) 240º 0.09% 0.57% -
XYZ 23.25 23.84 30.57 -
YUV 134.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 133 133 146 0.09 0.09 0 0.43 240 0.06 0.55
Hex 85 85 92 9 9 0 2B F0 6 37
Octal 205 205 222 11 11 0 53 360 6 67
Binary 10000101 10000101 10010010 1001 1001 0 101011 11110000 110 110111

Color Harmonies of #858592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858592

Black with #858592

Text Example


Text Example

White with #858592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858592; }

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

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

background-color css

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

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

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

border-color css

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

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

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