Html Css Color HEX #858798 Manatee

📋 copy color: '#858798'

red 133 ◦ green 135 ◦ blue 152

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

Shades of Manatee #858798

Tints of Manatee #858798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.14%

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 31.67%
G = 32.14%
B = 36.19%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#858798 (or 0x858798) is known color: Manatee. HEX triplet: 85, 87 and 98. RGB value is (133,135,152). Sum of RGB (Red+Green+Blue) = 133+135+152=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #858798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858798 is #7A7867. Grayscale: #888888. Windows color (decimal): -8026216 or 9996165. OLE color: 9996165.

HSL color Cylindrical-coordinate representation of color #858798: hue angle of 233.68º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858798 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 135 152 -
CMYK 0.13 0.11 0 0.40
HSL 233.68º 0.08% 0.56% -
HSV(B) 233.68º 0.13% 0.6% -
XYZ 24 24.58 33.19 -
YUV 136.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 133 135 152 0.13 0.11 0 0.40 233.68 0.08 0.56
Hex 85 87 98 D B 0 28 EA 8 38
Octal 205 207 230 15 13 0 50 352 10 70
Binary 10000101 10000111 10011000 1101 1011 0 101000 11101010 1000 111000

Color Harmonies of #858798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858798

Black with #858798

Text Example


Text Example

White with #858798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858798; }

 p { color: rgb(133,135,152); }

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

background-color css

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

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

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

border-color css

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

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

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