Html Css Color HEX #858DAB Manatee

📋 copy color: '#858DAB'

red 133 ◦ green 141 ◦ blue 171

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

Shades of Manatee #858DAB

Tints of Manatee #858DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 29.89%
G = 31.69%
B = 38.43%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#858DAB (or 0x858DAB) is known color: Manatee. HEX triplet: 85, 8D and AB. RGB value is (133,141,171). Sum of RGB (Red+Green+Blue) = 133+141+171=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #858DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858DAB is #7A7254. Grayscale: #8D8D8D. Windows color (decimal): -8024661 or 11242885. OLE color: 11242885.

HSL color Cylindrical-coordinate representation of color #858DAB: hue angle of 227.37º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #858DAB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 141 171 -
CMYK 0.22 0.18 0 0.33
HSL 227.37º 0.18% 0.6% -
HSV(B) 227.37º 0.22% 0.67% -
XYZ 26.55 26.98 42.34 -
YUV 142.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 133 141 171 0.22 0.18 0 0.33 227.37 0.18 0.6
Hex 85 8D AB 16 12 0 21 E3 12 3C
Octal 205 215 253 26 22 0 41 343 22 74
Binary 10000101 10001101 10101011 10110 10010 0 100001 11100011 10010 111100

Color Harmonies of #858DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DAB

Black with #858DAB

Text Example


Text Example

White with #858DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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