Html Css Color HEX #89A5AE Botticelli

📋 copy color: '#89A5AE'

red 137 ◦ green 165 ◦ blue 174

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

Shades of Botticelli #89A5AE

Tints of Botticelli #89A5AE

RGB

 RED value IS 137 (53.91% from 255) = 28.78%

 GREEN value IS 165 (64.84% from 255) = 34.66%

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

R = 28.78%
G = 34.66%
B = 36.55%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#89A5AE (or 0x89A5AE) is known color: Botticelli. HEX triplet: 89, A5 and AE. RGB value is (137,165,174). Sum of RGB (Red+Green+Blue) = 137+165+174=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #89A5AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A5AE is #765A51. Grayscale: #9D9D9D. Windows color (decimal): -7756370 or 11445641. OLE color: 11445641.

HSL color Cylindrical-coordinate representation of color #89A5AE: hue angle of 194.59º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89A5AE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 165 174 -
CMYK 0.21 0.05 0 0.32
HSL 194.59º 0.19% 0.61% -
HSV(B) 194.59º 0.21% 0.68% -
XYZ 31.41 35.28 45.2 -
YUV 157.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 137 165 174 0.21 0.05 0 0.32 194.59 0.19 0.61
Hex 89 A5 AE 15 5 0 20 C3 13 3D
Octal 211 245 256 25 5 0 40 303 23 75
Binary 10001001 10100101 10101110 10101 101 0 100000 11000011 10011 111101

Color Harmonies of #89A5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A5AE

Black with #89A5AE

Text Example


Text Example

White with #89A5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89A5AE; }

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

 H1.HeaderClassName
 {
   color: #89A5AE;
 }
 .AnyTagClassName
 {
   color: #89A5AE;
 }
</style>

background-color css

<style>
 a { background-color: #89A5AE; }

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

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

border-color css

<style>
 span { border-color: #89A5AE; }

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

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