Html Css Color HEX #858AAE Manatee

📋 copy color: '#858AAE'

red 133 ◦ green 138 ◦ blue 174

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

Shades of Manatee #858AAE

Tints of Manatee #858AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.1%

R = 29.89%
G = 31.01%
B = 39.1%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#858AAE (or 0x858AAE) is known color: Manatee. HEX triplet: 85, 8A and AE. RGB value is (133,138,174). Sum of RGB (Red+Green+Blue) = 133+138+174=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #858AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858AAE is #7A7551. Grayscale: #8C8C8C. Windows color (decimal): -8025426 or 11438725. OLE color: 11438725.

HSL color Cylindrical-coordinate representation of color #858AAE: hue angle of 232.68º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858AAE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 138 174 -
CMYK 0.24 0.21 0 0.32
HSL 232.68º 0.2% 0.6% -
HSV(B) 232.68º 0.24% 0.68% -
XYZ 26.4 26.22 43.71 -
YUV 140.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 133 138 174 0.24 0.21 0 0.32 232.68 0.2 0.6
Hex 85 8A AE 18 15 0 20 E9 14 3C
Octal 205 212 256 30 25 0 40 351 24 74
Binary 10000101 10001010 10101110 11000 10101 0 100000 11101001 10100 111100

Color Harmonies of #858AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AAE

Black with #858AAE

Text Example


Text Example

White with #858AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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