Shades of Picton Blue #58AACD
Tints of Picton Blue #58AACD
RGB
CMYK
RGB Variations
Color information
#58AACD (or 0x58AACD) is known color: Picton Blue. HEX triplet: 58, AA and CD. RGB value is (88,170,205). Sum of RGB (Red+Green+Blue) = 88+170+205=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #58AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AACD is #A75532. Grayscale: #959595. Windows color (decimal): -10966323 or 13478488. OLE color: 13478488.
HSL color Cylindrical-coordinate representation of color #58AACD: hue angle of 197.95º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58AACD is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 170 | 205 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.20 |
| HSL | 197.95º | 0.54% | 0.57% | - |
| HSV(B) | 197.95º | 0.57% | 0.8% | - |
| XYZ | 29.42 | 35.23 | 63.01 | - |
| YUV | 149.47 | 159.33 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 205 | 0.57 | 0.17 | 0 | 0.20 | 197.95 | 0.54 | 0.57 |
| Hex | 58 | AA | CD | 39 | 11 | 0 | 14 | C6 | 36 | 39 |
| Octal | 130 | 252 | 315 | 71 | 21 | 0 | 24 | 306 | 66 | 71 |
| Binary | 1011000 | 10101010 | 11001101 | 111001 | 10001 | 0 | 10100 | 11000110 | 110110 | 111001 |
Color Harmonies of #58AACD
Complementary color
Monochromatic Colors of #58AACD
Black with #58AACD
Text Example
Text Example
White with #58AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AACD; }
p { color: rgb(88,170,205); }
H1.HeaderClassName
{
color: #58AACD;
}
.AnyTagClassName
{
color: #58AACD;
}
</style>
background-color css
<style>
a { background-color: #58AACD; }
a { background-color: rgb(88,170,205); }
div.DivClassName
{
background-color: #58AACD;
}
.BgClassName
{
background-color: #58AACD;
}
</style>
border-color css
<style>
span { border-color: #58AACD; }
span { border-color: rgb(88,170,205); }
td.TdClassName
{
border-color: #58AACD;
}
.TagClassName
{
border-color: #58AACD;
}
</style>