Html Css Color HEX #858DA6 Manatee

📋 copy color: '#858DA6'

red 133 ◦ green 141 ◦ blue 166

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

Shades of Manatee #858DA6

Tints of Manatee #858DA6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.05%

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 30.23%
G = 32.05%
B = 37.73%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#858DA6 (or 0x858DA6) is known color: Manatee. HEX triplet: 85, 8D and A6. RGB value is (133,141,166). Sum of RGB (Red+Green+Blue) = 133+141+166=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 166 - color contains mainly: blue. Hex color #858DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858DA6 is #7A7259. Grayscale: #8D8D8D. Windows color (decimal): -8024666 or 10915205. OLE color: 10915205.

HSL color Cylindrical-coordinate representation of color #858DA6: hue angle of 225.45º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #858DA6 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 141 166 -
CMYK 0.20 0.15 0 0.35
HSL 225.45º 0.16% 0.59% -
HSV(B) 225.45º 0.2% 0.65% -
XYZ 26.08 26.79 39.87 -
YUV 141.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 133 141 166 0.20 0.15 0 0.35 225.45 0.16 0.59
Hex 85 8D A6 14 F 0 23 E1 10 3B
Octal 205 215 246 24 17 0 43 341 20 73
Binary 10000101 10001101 10100110 10100 1111 0 100011 11100001 10000 111011

Color Harmonies of #858DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DA6

Black with #858DA6

Text Example


Text Example

White with #858DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,141,166); }

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

background-color css

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

 a { background-color: rgb(133,141,166); }

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

border-color css

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

 span { border-color: rgb(133,141,166); }

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