Shades of Picton Blue #58A8CA
Tints of Picton Blue #58A8CA
RGB
CMYK
RGB Variations
Color information
#58A8CA (or 0x58A8CA) is known color: Picton Blue. HEX triplet: 58, A8 and CA. RGB value is (88,168,202). Sum of RGB (Red+Green+Blue) = 88+168+202=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #58A8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A8CA is #A75735. Grayscale: #939393. Windows color (decimal): -10966838 or 13281368. OLE color: 13281368.
HSL color Cylindrical-coordinate representation of color #58A8CA: hue angle of 197.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58A8CA is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 168 | 202 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.21 |
| HSL | 197.89º | 0.52% | 0.57% | - |
| HSV(B) | 197.89º | 0.56% | 0.79% | - |
| XYZ | 28.69 | 34.34 | 60.99 | - |
| YUV | 147.96 | 158.5 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 202 | 0.56 | 0.17 | 0 | 0.21 | 197.89 | 0.52 | 0.57 |
| Hex | 58 | A8 | CA | 38 | 11 | 0 | 15 | C6 | 34 | 39 |
| Octal | 130 | 250 | 312 | 70 | 21 | 0 | 25 | 306 | 64 | 71 |
| Binary | 1011000 | 10101000 | 11001010 | 111000 | 10001 | 0 | 10101 | 11000110 | 110100 | 111001 |
Color Harmonies of #58A8CA
Complementary color
Monochromatic Colors of #58A8CA
Black with #58A8CA
Text Example
Text Example
White with #58A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A8CA; }
p { color: rgb(88,168,202); }
H1.HeaderClassName
{
color: #58A8CA;
}
.AnyTagClassName
{
color: #58A8CA;
}
</style>
background-color css
<style>
a { background-color: #58A8CA; }
a { background-color: rgb(88,168,202); }
div.DivClassName
{
background-color: #58A8CA;
}
.BgClassName
{
background-color: #58A8CA;
}
</style>
border-color css
<style>
span { border-color: #58A8CA; }
span { border-color: rgb(88,168,202); }
td.TdClassName
{
border-color: #58A8CA;
}
.TagClassName
{
border-color: #58A8CA;
}
</style>