Html Css Color HEX #858BAC Manatee

📋 copy color: '#858BAC'

red 133 ◦ green 139 ◦ blue 172

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

Shades of Manatee #858BAC

Tints of Manatee #858BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.31%

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

R = 29.95%
G = 31.31%
B = 38.74%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#858BAC (or 0x858BAC) is known color: Manatee. HEX triplet: 85, 8B and AC. RGB value is (133,139,172). Sum of RGB (Red+Green+Blue) = 133+139+172=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #858BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858BAC is #7A7453. Grayscale: #8C8C8C. Windows color (decimal): -8025172 or 11307909. OLE color: 11307909.

HSL color Cylindrical-coordinate representation of color #858BAC: hue angle of 230.77º 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 #858BAC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 139 172 -
CMYK 0.23 0.19 0 0.33
HSL 230.77º 0.19% 0.6% -
HSV(B) 230.77º 0.23% 0.67% -
XYZ 26.35 26.43 42.74 -
YUV 140.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 133 139 172 0.23 0.19 0 0.33 230.77 0.19 0.6
Hex 85 8B AC 17 13 0 21 E7 13 3C
Octal 205 213 254 27 23 0 41 347 23 74
Binary 10000101 10001011 10101100 10111 10011 0 100001 11100111 10011 111100

Color Harmonies of #858BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BAC

Black with #858BAC

Text Example


Text Example

White with #858BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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