Shades of Picton Blue #59A4C4
Tints of Picton Blue #59A4C4
RGB
CMYK
RGB Variations
Color information
#59A4C4 (or 0x59A4C4) is known color: Picton Blue. HEX triplet: 59, A4 and C4. RGB value is (89,164,196). Sum of RGB (Red+Green+Blue) = 89+164+196=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #59A4C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A4C4 is #A65B3B. Grayscale: #919191. Windows color (decimal): -10902332 or 12887129. OLE color: 12887129.
HSL color Cylindrical-coordinate representation of color #59A4C4: hue angle of 197.94º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59A4C4 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 164 | 196 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.23 |
| HSL | 197.94º | 0.48% | 0.56% | - |
| HSV(B) | 197.94º | 0.55% | 0.77% | - |
| XYZ | 27.36 | 32.66 | 57.09 | - |
| YUV | 145.22 | 156.65 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 164 | 196 | 0.55 | 0.16 | 0 | 0.23 | 197.94 | 0.48 | 0.56 |
| Hex | 59 | A4 | C4 | 37 | 10 | 0 | 17 | C6 | 30 | 38 |
| Octal | 131 | 244 | 304 | 67 | 20 | 0 | 27 | 306 | 60 | 70 |
| Binary | 1011001 | 10100100 | 11000100 | 110111 | 10000 | 0 | 10111 | 11000110 | 110000 | 111000 |
Color Harmonies of #59A4C4
Complementary color
Monochromatic Colors of #59A4C4
Black with #59A4C4
Text Example
Text Example
White with #59A4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A4C4; }
p { color: rgb(89,164,196); }
H1.HeaderClassName
{
color: #59A4C4;
}
.AnyTagClassName
{
color: #59A4C4;
}
</style>
background-color css
<style>
a { background-color: #59A4C4; }
a { background-color: rgb(89,164,196); }
div.DivClassName
{
background-color: #59A4C4;
}
.BgClassName
{
background-color: #59A4C4;
}
</style>
border-color css
<style>
span { border-color: #59A4C4; }
span { border-color: rgb(89,164,196); }
td.TdClassName
{
border-color: #59A4C4;
}
.TagClassName
{
border-color: #59A4C4;
}
</style>