Html Css Color HEX #8589AE Manatee

📋 copy color: '#8589AE'

red 133 ◦ green 137 ◦ blue 174

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

Shades of Manatee #8589AE

Tints of Manatee #8589AE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.86%

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

R = 29.95%
G = 30.86%
B = 39.19%

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

#8589AE (or 0x8589AE) is known color: Manatee. HEX triplet: 85, 89 and AE. RGB value is (133,137,174). Sum of RGB (Red+Green+Blue) = 133+137+174=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #8589AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8589AE is #7A7651. Grayscale: #8B8B8B. Windows color (decimal): -8025682 or 11438469. OLE color: 11438469.

HSL color Cylindrical-coordinate representation of color #8589AE: hue angle of 234.15º 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 #8589AE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 137 174 -
CMYK 0.24 0.21 0 0.32
HSL 234.15º 0.2% 0.6% -
HSV(B) 234.15º 0.24% 0.68% -
XYZ 26.26 25.93 43.67 -
YUV 140.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 133 137 174 0.24 0.21 0 0.32 234.15 0.2 0.6
Hex 85 89 AE 18 15 0 20 EA 14 3C
Octal 205 211 256 30 25 0 40 352 24 74
Binary 10000101 10001001 10101110 11000 10101 0 100000 11101010 10100 111100

Color Harmonies of #8589AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8589AE

Black with #8589AE

Text Example


Text Example

White with #8589AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8589AE; }

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

 H1.HeaderClassName
 {
   color: #8589AE;
 }
 .AnyTagClassName
 {
   color: #8589AE;
 }
</style>

background-color css

<style>
 a { background-color: #8589AE; }

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

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

border-color css

<style>
 span { border-color: #8589AE; }

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

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