Html Css Color HEX #59AABB Fountain Blue

📋 copy color: '#59AABB'

red 89 ◦ green 170 ◦ blue 187

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

Shades of Fountain Blue #59AABB

Tints of Fountain Blue #59AABB

RGB

 RED value IS 89 (35.16% from 255) = 19.96%

 GREEN value IS 170 (66.8% from 255) = 38.12%

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 19.96%
G = 38.12%
B = 41.93%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#59AABB (or 0x59AABB) is known color: Fountain Blue. HEX triplet: 59, AA and BB. RGB value is (89,170,187). Sum of RGB (Red+Green+Blue) = 89+170+187=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #59AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AABB is #A65544. Grayscale: #939393. Windows color (decimal): -10900805 or 12298841. OLE color: 12298841.

HSL color Cylindrical-coordinate representation of color #59AABB: hue angle of 190.41º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59AABB is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 170 187 -
CMYK 0.52 0.09 0 0.27
HSL 190.41º 0.42% 0.54% -
HSV(B) 190.41º 0.52% 0.73% -
XYZ 27.46 34.46 52.22 -
YUV 147.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 89 170 187 0.52 0.09 0 0.27 190.41 0.42 0.54
Hex 59 AA BB 34 9 0 1B BE 2A 36
Octal 131 252 273 64 11 0 33 276 52 66
Binary 1011001 10101010 10111011 110100 1001 0 11011 10111110 101010 110110

Color Harmonies of #59AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AABB

Black with #59AABB

Text Example


Text Example

White with #59AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59AABB; }

 p { color: rgb(89,170,187); }

 H1.HeaderClassName
 {
   color: #59AABB;
 }
 .AnyTagClassName
 {
   color: #59AABB;
 }
</style>

background-color css

<style>
 a { background-color: #59AABB; }

 a { background-color: rgb(89,170,187); }

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

border-color css

<style>
 span { border-color: #59AABB; }

 span { border-color: rgb(89,170,187); }

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