Html Css Color HEX #858AAA Manatee

📋 copy color: '#858AAA'

red 133 ◦ green 138 ◦ blue 170

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

Shades of Manatee #858AAA

Tints of Manatee #858AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 30.16%
G = 31.29%
B = 38.55%

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

#858AAA (or 0x858AAA) is known color: Manatee. HEX triplet: 85, 8A and AA. RGB value is (133,138,170). Sum of RGB (Red+Green+Blue) = 133+138+170=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #858AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858AAA is #7A7555. Grayscale: #8C8C8C. Windows color (decimal): -8025430 or 11176581. OLE color: 11176581.

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

Color convert

RGB 133 138 170 -
CMYK 0.22 0.19 0 0.33
HSL 231.89º 0.18% 0.59% -
HSV(B) 231.89º 0.22% 0.67% -
XYZ 26.02 26.07 41.69 -
YUV 140.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 133 138 170 0.22 0.19 0 0.33 231.89 0.18 0.59
Hex 85 8A AA 16 13 0 21 E8 12 3B
Octal 205 212 252 26 23 0 41 350 22 73
Binary 10000101 10001010 10101010 10110 10011 0 100001 11101000 10010 111011

Color Harmonies of #858AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AAA

Black with #858AAA

Text Example


Text Example

White with #858AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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