Html Css Color HEX #858AAC Manatee

📋 copy color: '#858AAC'

red 133 ◦ green 138 ◦ blue 172

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

Shades of Manatee #858AAC

Tints of Manatee #858AAC

RGB

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

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

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

R = 30.02%
G = 31.15%
B = 38.83%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#858AAC (or 0x858AAC) is known color: Manatee. HEX triplet: 85, 8A and AC. RGB value is (133,138,172). Sum of RGB (Red+Green+Blue) = 133+138+172=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #858AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858AAC is #7A7553. Grayscale: #8C8C8C. Windows color (decimal): -8025428 or 11307653. OLE color: 11307653.

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

Color convert

RGB 133 138 172 -
CMYK 0.23 0.20 0 0.33
HSL 232.31º 0.19% 0.6% -
HSV(B) 232.31º 0.23% 0.67% -
XYZ 26.21 26.14 42.69 -
YUV 140.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 133 138 172 0.23 0.20 0 0.33 232.31 0.19 0.6
Hex 85 8A AC 17 14 0 21 E8 13 3C
Octal 205 212 254 27 24 0 41 350 23 74
Binary 10000101 10001010 10101100 10111 10100 0 100001 11101000 10011 111100

Color Harmonies of #858AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AAC

Black with #858AAC

Text Example


Text Example

White with #858AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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