Html Css Color HEX #858B9A Manatee

📋 copy color: '#858B9A'

red 133 ◦ green 139 ◦ blue 154

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

Shades of Manatee #858B9A

Tints of Manatee #858B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.15%

R = 31.22%
G = 32.63%
B = 36.15%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#858B9A (or 0x858B9A) is known color: Manatee. HEX triplet: 85, 8B and 9A. RGB value is (133,139,154). Sum of RGB (Red+Green+Blue) = 133+139+154=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 154 - color contains mainly: blue. Hex color #858B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858B9A is #7A7465. Grayscale: #8A8A8A. Windows color (decimal): -8025190 or 10128261. OLE color: 10128261.

HSL color Cylindrical-coordinate representation of color #858B9A: hue angle of 222.86º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #858B9A is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 139 154 -
CMYK 0.14 0.10 0 0.40
HSL 222.86º 0.09% 0.56% -
HSV(B) 222.86º 0.14% 0.6% -
XYZ 24.74 25.78 34.24 -
YUV 138.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 133 139 154 0.14 0.10 0 0.40 222.86 0.09 0.56
Hex 85 8B 9A E A 0 28 DF 9 38
Octal 205 213 232 16 12 0 50 337 11 70
Binary 10000101 10001011 10011010 1110 1010 0 101000 11011111 1001 111000

Color Harmonies of #858B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B9A

Black with #858B9A

Text Example


Text Example

White with #858B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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