Html Css Color HEX #858CAB Manatee

📋 copy color: '#858CAB'

red 133 ◦ green 140 ◦ blue 171

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

Shades of Manatee #858CAB

Tints of Manatee #858CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.53%

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

R = 29.95%
G = 31.53%
B = 38.51%

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

#858CAB (or 0x858CAB) is known color: Manatee. HEX triplet: 85, 8C and AB. RGB value is (133,140,171). Sum of RGB (Red+Green+Blue) = 133+140+171=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #858CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858CAB is #7A7354. Grayscale: #8D8D8D. Windows color (decimal): -8024917 or 11242629. OLE color: 11242629.

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

Color convert

RGB 133 140 171 -
CMYK 0.22 0.18 0 0.33
HSL 228.95º 0.18% 0.6% -
HSV(B) 228.95º 0.22% 0.67% -
XYZ 26.4 26.68 42.29 -
YUV 141.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 133 140 171 0.22 0.18 0 0.33 228.95 0.18 0.6
Hex 85 8C AB 16 12 0 21 E5 12 3C
Octal 205 214 253 26 22 0 41 345 22 74
Binary 10000101 10001100 10101011 10110 10010 0 100001 11100101 10010 111100

Color Harmonies of #858CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CAB

Black with #858CAB

Text Example


Text Example

White with #858CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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