Shades of Picton Blue #58A3CA
Tints of Picton Blue #58A3CA
RGB
CMYK
RGB Variations
Color information
#58A3CA (or 0x58A3CA) is known color: Picton Blue. HEX triplet: 58, A3 and CA. RGB value is (88,163,202). Sum of RGB (Red+Green+Blue) = 88+163+202=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #58A3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A3CA is #A75C35. Grayscale: #909090. Windows color (decimal): -10968118 or 13280088. OLE color: 13280088.
HSL color Cylindrical-coordinate representation of color #58A3CA: hue angle of 200.53º 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 #58A3CA is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 163 | 202 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.21 |
| HSL | 200.53º | 0.52% | 0.57% | - |
| HSV(B) | 200.53º | 0.56% | 0.79% | - |
| XYZ | 27.78 | 32.53 | 60.69 | - |
| YUV | 145.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 163 | 202 | 0.56 | 0.19 | 0 | 0.21 | 200.53 | 0.52 | 0.57 |
| Hex | 58 | A3 | CA | 38 | 13 | 0 | 15 | C9 | 34 | 39 |
| Octal | 130 | 243 | 312 | 70 | 23 | 0 | 25 | 311 | 64 | 71 |
| Binary | 1011000 | 10100011 | 11001010 | 111000 | 10011 | 0 | 10101 | 11001001 | 110100 | 111001 |
Color Harmonies of #58A3CA
Complementary color
Monochromatic Colors of #58A3CA
Black with #58A3CA
Text Example
Text Example
White with #58A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A3CA; }
p { color: rgb(88,163,202); }
H1.HeaderClassName
{
color: #58A3CA;
}
.AnyTagClassName
{
color: #58A3CA;
}
</style>
background-color css
<style>
a { background-color: #58A3CA; }
a { background-color: rgb(88,163,202); }
div.DivClassName
{
background-color: #58A3CA;
}
.BgClassName
{
background-color: #58A3CA;
}
</style>
border-color css
<style>
span { border-color: #58A3CA; }
span { border-color: rgb(88,163,202); }
td.TdClassName
{
border-color: #58A3CA;
}
.TagClassName
{
border-color: #58A3CA;
}
</style>