Html Css Color HEX #858AA6 Manatee

📋 copy color: '#858AA6'

red 133 ◦ green 138 ◦ blue 166

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

Shades of Manatee #858AA6

Tints of Manatee #858AA6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

 BLUE value IS 166 (65.23% from 255) = 37.99%

R = 30.43%
G = 31.58%
B = 37.99%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#858AA6 (or 0x858AA6) is known color: Manatee. HEX triplet: 85, 8A and A6. RGB value is (133,138,166). Sum of RGB (Red+Green+Blue) = 133+138+166=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 166 - color contains mainly: blue. Hex color #858AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858AA6 is #7A7559. Grayscale: #8B8B8B. Windows color (decimal): -8025434 or 10914437. OLE color: 10914437.

HSL color Cylindrical-coordinate representation of color #858AA6: hue angle of 230.91º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #858AA6 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 138 166 -
CMYK 0.20 0.17 0 0.35
HSL 230.91º 0.16% 0.59% -
HSV(B) 230.91º 0.2% 0.65% -
XYZ 25.64 25.92 39.73 -
YUV 139.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 133 138 166 0.20 0.17 0 0.35 230.91 0.16 0.59
Hex 85 8A A6 14 11 0 23 E7 10 3B
Octal 205 212 246 24 21 0 43 347 20 73
Binary 10000101 10001010 10100110 10100 10001 0 100011 11100111 10000 111011

Color Harmonies of #858AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AA6

Black with #858AA6

Text Example


Text Example

White with #858AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,138,166); }

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

background-color css

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

 a { background-color: rgb(133,138,166); }

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

border-color css

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

 span { border-color: rgb(133,138,166); }

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