Html Css Color HEX #59ACB4 Fountain Blue

📋 copy color: '#59ACB4'

red 89 ◦ green 172 ◦ blue 180

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

Shades of Fountain Blue #59ACB4

Tints of Fountain Blue #59ACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 180 (70.7% from 255) = 40.82%

R = 20.18%
G = 39%
B = 40.82%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#59ACB4 (or 0x59ACB4) is known color: Fountain Blue. HEX triplet: 59, AC and B4. RGB value is (89,172,180). Sum of RGB (Red+Green+Blue) = 89+172+180=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #59ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACB4 is #A6534B. Grayscale: #939393. Windows color (decimal): -10900300 or 11840601. OLE color: 11840601.

HSL color Cylindrical-coordinate representation of color #59ACB4: hue angle of 185.27º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59ACB4 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 172 180 -
CMYK 0.51 0.04 0 0.29
HSL 185.27º 0.38% 0.53% -
HSV(B) 185.27º 0.51% 0.71% -
XYZ 27.11 34.92 48.49 -
YUV 148.1 146 85.85 -
System Red Green Blue C M Y K H S L
Decimal 89 172 180 0.51 0.04 0 0.29 185.27 0.38 0.53
Hex 59 AC B4 33 4 0 1D B9 26 35
Octal 131 254 264 63 4 0 35 271 46 65
Binary 1011001 10101100 10110100 110011 100 0 11101 10111001 100110 110101

Color Harmonies of #59ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACB4

Black with #59ACB4

Text Example


Text Example

White with #59ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,172,180); }

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

background-color css

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

 a { background-color: rgb(89,172,180); }

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

border-color css

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

 span { border-color: rgb(89,172,180); }

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