Html Css Color HEX #858C9F Manatee

📋 copy color: '#858C9F'

red 133 ◦ green 140 ◦ blue 159

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

Shades of Manatee #858C9F

Tints of Manatee #858C9F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 30.79%
G = 32.41%
B = 36.81%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#858C9F (or 0x858C9F) is known color: Manatee. HEX triplet: 85, 8C and 9F. RGB value is (133,140,159). Sum of RGB (Red+Green+Blue) = 133+140+159=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #858C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C9F is #7A7360. Grayscale: #8B8B8B. Windows color (decimal): -8024929 or 10456197. OLE color: 10456197.

HSL color Cylindrical-coordinate representation of color #858C9F: hue angle of 223.85º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #858C9F is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 140 159 -
CMYK 0.16 0.12 0 0.38
HSL 223.85º 0.12% 0.57% -
HSV(B) 223.85º 0.16% 0.62% -
XYZ 25.31 26.25 36.53 -
YUV 140.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 133 140 159 0.16 0.12 0 0.38 223.85 0.12 0.57
Hex 85 8C 9F 10 C 0 26 E0 C 39
Octal 205 214 237 20 14 0 46 340 14 71
Binary 10000101 10001100 10011111 10000 1100 0 100110 11100000 1100 111001

Color Harmonies of #858C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C9F

Black with #858C9F

Text Example


Text Example

White with #858C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,159); }

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

background-color css

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

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

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

border-color css

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

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

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