Html Css Color HEX #858DAC Manatee

📋 copy color: '#858DAC'

red 133 ◦ green 141 ◦ blue 172

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

Shades of Manatee #858DAC

Tints of Manatee #858DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 29.82%
G = 31.61%
B = 38.57%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#858DAC (or 0x858DAC) is known color: Manatee. HEX triplet: 85, 8D and AC. RGB value is (133,141,172). Sum of RGB (Red+Green+Blue) = 133+141+172=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #858DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858DAC is #7A7253. Grayscale: #8E8E8E. Windows color (decimal): -8024660 or 11308421. OLE color: 11308421.

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

Color convert

RGB 133 141 172 -
CMYK 0.23 0.18 0 0.33
HSL 227.69º 0.19% 0.6% -
HSV(B) 227.69º 0.23% 0.67% -
XYZ 26.64 27.01 42.84 -
YUV 142.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 133 141 172 0.23 0.18 0 0.33 227.69 0.19 0.6
Hex 85 8D AC 17 12 0 21 E4 13 3C
Octal 205 215 254 27 22 0 41 344 23 74
Binary 10000101 10001101 10101100 10111 10010 0 100001 11100100 10011 111100

Color Harmonies of #858DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DAC

Black with #858DAC

Text Example


Text Example

White with #858DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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