Html Css Color HEX #858C9E Manatee

📋 copy color: '#858C9E'

red 133 ◦ green 140 ◦ blue 158

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

Shades of Manatee #858C9E

Tints of Manatee #858C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 30.86%
G = 32.48%
B = 36.66%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#858C9E (or 0x858C9E) is known color: Manatee. HEX triplet: 85, 8C and 9E. RGB value is (133,140,158). Sum of RGB (Red+Green+Blue) = 133+140+158=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #858C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C9E is #7A7361. Grayscale: #8B8B8B. Windows color (decimal): -8024930 or 10390661. OLE color: 10390661.

HSL color Cylindrical-coordinate representation of color #858C9E: hue angle of 223.2º degrees, saturation: 0.11, 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 #858C9E is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 140 158 -
CMYK 0.16 0.11 0 0.38
HSL 223.2º 0.11% 0.57% -
HSV(B) 223.2º 0.16% 0.62% -
XYZ 25.22 26.21 36.08 -
YUV 139.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 133 140 158 0.16 0.11 0 0.38 223.2 0.11 0.57
Hex 85 8C 9E 10 B 0 26 DF B 39
Octal 205 214 236 20 13 0 46 337 13 71
Binary 10000101 10001100 10011110 10000 1011 0 100110 11011111 1011 111001

Color Harmonies of #858C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C9E

Black with #858C9E

Text Example


Text Example

White with #858C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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