Html Css Color HEX #858BAB Manatee

📋 copy color: '#858BAB'

red 133 ◦ green 139 ◦ blue 171

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

Shades of Manatee #858BAB

Tints of Manatee #858BAB

RGB

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

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

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

R = 30.02%
G = 31.38%
B = 38.6%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#858BAB (or 0x858BAB) is known color: Manatee. HEX triplet: 85, 8B and AB. RGB value is (133,139,171). Sum of RGB (Red+Green+Blue) = 133+139+171=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #858BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858BAB is #7A7454. Grayscale: #8C8C8C. Windows color (decimal): -8025173 or 11242373. OLE color: 11242373.

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

Color convert

RGB 133 139 171 -
CMYK 0.22 0.19 0 0.33
HSL 230.53º 0.18% 0.6% -
HSV(B) 230.53º 0.22% 0.67% -
XYZ 26.26 26.39 42.24 -
YUV 140.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 133 139 171 0.22 0.19 0 0.33 230.53 0.18 0.6
Hex 85 8B AB 16 13 0 21 E7 12 3C
Octal 205 213 253 26 23 0 41 347 22 74
Binary 10000101 10001011 10101011 10110 10011 0 100001 11100111 10010 111100

Color Harmonies of #858BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BAB

Black with #858BAB

Text Example


Text Example

White with #858BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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