Shades of Picton Blue #58AACB
Tints of Picton Blue #58AACB
RGB
CMYK
RGB Variations
Color information
#58AACB (or 0x58AACB) is known color: Picton Blue. HEX triplet: 58, AA and CB. RGB value is (88,170,203). Sum of RGB (Red+Green+Blue) = 88+170+203=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #58AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AACB is #A75534. Grayscale: #959595. Windows color (decimal): -10966325 or 13347416. OLE color: 13347416.
HSL color Cylindrical-coordinate representation of color #58AACB: hue angle of 197.22º degrees, saturation: 0.53, 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 #58AACB is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 170 | 203 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.20 |
| HSL | 197.22º | 0.53% | 0.57% | - |
| HSV(B) | 197.22º | 0.57% | 0.8% | - |
| XYZ | 29.18 | 35.14 | 61.74 | - |
| YUV | 149.24 | 158.33 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 203 | 0.57 | 0.16 | 0 | 0.20 | 197.22 | 0.53 | 0.57 |
| Hex | 58 | AA | CB | 39 | 10 | 0 | 14 | C5 | 35 | 39 |
| Octal | 130 | 252 | 313 | 71 | 20 | 0 | 24 | 305 | 65 | 71 |
| Binary | 1011000 | 10101010 | 11001011 | 111001 | 10000 | 0 | 10100 | 11000101 | 110101 | 111001 |
Color Harmonies of #58AACB
Complementary color
Monochromatic Colors of #58AACB
Black with #58AACB
Text Example
Text Example
White with #58AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AACB; }
p { color: rgb(88,170,203); }
H1.HeaderClassName
{
color: #58AACB;
}
.AnyTagClassName
{
color: #58AACB;
}
</style>
background-color css
<style>
a { background-color: #58AACB; }
a { background-color: rgb(88,170,203); }
div.DivClassName
{
background-color: #58AACB;
}
.BgClassName
{
background-color: #58AACB;
}
</style>
border-color css
<style>
span { border-color: #58AACB; }
span { border-color: rgb(88,170,203); }
td.TdClassName
{
border-color: #58AACB;
}
.TagClassName
{
border-color: #58AACB;
}
</style>