Shades of Fountain Blue #57AFB5
Tints of Fountain Blue #57AFB5
RGB
CMYK
RGB Variations
Color information
#57AFB5 (or 0x57AFB5) is known color: Fountain Blue. HEX triplet: 57, AF and B5. RGB value is (87,175,181). Sum of RGB (Red+Green+Blue) = 87+175+181=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #57AFB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFB5 is #A8504A. Grayscale: #959595. Windows color (decimal): -11030603 or 11906903. OLE color: 11906903.
HSL color Cylindrical-coordinate representation of color #57AFB5: hue angle of 183.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57AFB5 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 87 | 175 | 181 | - |
CMYK | 0.52 | 0.03 | 0 | 0.29 |
HSL | 183.83º | 0.39% | 0.53% | - |
HSV(B) | 183.83º | 0.52% | 0.71% | - |
XYZ | 27.6 | 36.02 | 49.21 | - |
YUV | 149.37 | 145.85 | 83.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 87 | 175 | 181 | 0.52 | 0.03 | 0 | 0.29 | 183.83 | 0.39 | 0.53 |
Hex | 57 | AF | B5 | 34 | 3 | 0 | 1D | B8 | 27 | 35 |
Octal | 127 | 257 | 265 | 64 | 3 | 0 | 35 | 270 | 47 | 65 |
Binary | 1010111 | 10101111 | 10110101 | 110100 | 11 | 0 | 11101 | 10111000 | 100111 | 110101 |
Color Harmonies of #57AFB5
Complementary color
Monochromatic Colors of #57AFB5
Black with #57AFB5
Text Example
Text Example
White with #57AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AFB5; }
p { color: rgb(87,175,181); }
H1.HeaderClassName
{
color: #57AFB5;
}
.AnyTagClassName
{
color: #57AFB5;
}
</style>
background-color css
<style>
a { background-color: #57AFB5; }
a { background-color: rgb(87,175,181); }
div.DivClassName
{
background-color: #57AFB5;
}
.BgClassName
{
background-color: #57AFB5;
}
</style>
border-color css
<style>
span { border-color: #57AFB5; }
span { border-color: rgb(87,175,181); }
td.TdClassName
{
border-color: #57AFB5;
}
.TagClassName
{
border-color: #57AFB5;
}
</style>