Html Css Color HEX #858B98 Manatee

📋 copy color: '#858B98'

red 133 ◦ green 139 ◦ blue 152

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

Shades of Manatee #858B98

Tints of Manatee #858B98

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.78%

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

R = 31.37%
G = 32.78%
B = 35.85%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#858B98 (or 0x858B98) is known color: Manatee. HEX triplet: 85, 8B and 98. RGB value is (133,139,152). Sum of RGB (Red+Green+Blue) = 133+139+152=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 152 - color contains mainly: blue. Hex color #858B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858B98 is #7A7467. Grayscale: #8A8A8A. Windows color (decimal): -8025192 or 9997189. OLE color: 9997189.

HSL color Cylindrical-coordinate representation of color #858B98: hue angle of 221.05º 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 #858B98 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 139 152 -
CMYK 0.13 0.09 0 0.40
HSL 221.05º 0.08% 0.56% -
HSV(B) 221.05º 0.13% 0.6% -
XYZ 24.57 25.72 33.37 -
YUV 138.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 133 139 152 0.13 0.09 0 0.40 221.05 0.08 0.56
Hex 85 8B 98 D 9 0 28 DD 8 38
Octal 205 213 230 15 11 0 50 335 10 70
Binary 10000101 10001011 10011000 1101 1001 0 101000 11011101 1000 111000

Color Harmonies of #858B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B98

Black with #858B98

Text Example


Text Example

White with #858B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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