Html Css Color HEX #59ACB7 Fountain Blue

📋 copy color: '#59ACB7'

red 89 ◦ green 172 ◦ blue 183

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

Shades of Fountain Blue #59ACB7

Tints of Fountain Blue #59ACB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.22%

R = 20.05%
G = 38.74%
B = 41.22%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#59ACB7 (or 0x59ACB7) is known color: Fountain Blue. HEX triplet: 59, AC and B7. RGB value is (89,172,183). Sum of RGB (Red+Green+Blue) = 89+172+183=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 183 - color contains mainly: blue. Hex color #59ACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACB7 is #A65348. Grayscale: #949494. Windows color (decimal): -10900297 or 12037209. OLE color: 12037209.

HSL color Cylindrical-coordinate representation of color #59ACB7: hue angle of 187.02º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59ACB7 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 89 172 183 -
CMYK 0.51 0.06 0 0.28
HSL 187.02º 0.39% 0.53% -
HSV(B) 187.02º 0.51% 0.72% -
XYZ 27.42 35.05 50.12 -
YUV 148.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 89 172 183 0.51 0.06 0 0.28 187.02 0.39 0.53
Hex 59 AC B7 33 6 0 1C BB 27 35
Octal 131 254 267 63 6 0 34 273 47 65
Binary 1011001 10101100 10110111 110011 110 0 11100 10111011 100111 110101

Color Harmonies of #59ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACB7

Black with #59ACB7

Text Example


Text Example

White with #59ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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