Html Css Color HEX #858A95 Manatee

📋 copy color: '#858A95'

red 133 ◦ green 138 ◦ blue 149

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

Shades of Manatee #858A95

Tints of Manatee #858A95

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.86%

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 31.67%
G = 32.86%
B = 35.48%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#858A95 (or 0x858A95) is known color: Manatee. HEX triplet: 85, 8A and 95. RGB value is (133,138,149). Sum of RGB (Red+Green+Blue) = 133+138+149=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 149 - color contains mainly: blue. Hex color #858A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858A95 is #7A756A. Grayscale: #898989. Windows color (decimal): -8025451 or 9800325. OLE color: 9800325.

HSL color Cylindrical-coordinate representation of color #858A95: hue angle of 221.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #858A95 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 138 149 -
CMYK 0.11 0.07 0 0.42
HSL 221.25º 0.07% 0.55% -
HSV(B) 221.25º 0.11% 0.58% -
XYZ 24.19 25.33 32.05 -
YUV 137.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 133 138 149 0.11 0.07 0 0.42 221.25 0.07 0.55
Hex 85 8A 95 B 7 0 2A DD 7 37
Octal 205 212 225 13 7 0 52 335 7 67
Binary 10000101 10001010 10010101 1011 111 0 101010 11011101 111 110111

Color Harmonies of #858A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A95

Black with #858A95

Text Example


Text Example

White with #858A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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