Shades of Picton Blue #58A2D1
Tints of Picton Blue #58A2D1
RGB
CMYK
RGB Variations
Color information
#58A2D1 (or 0x58A2D1) is known color: Picton Blue. HEX triplet: 58, A2 and D1. RGB value is (88,162,209). Sum of RGB (Red+Green+Blue) = 88+162+209=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #58A2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A2D1 is #A75D2E. Grayscale: #909090. Windows color (decimal): -10968367 or 13738584. OLE color: 13738584.
HSL color Cylindrical-coordinate representation of color #58A2D1: hue angle of 203.31º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58A2D1 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 162 | 209 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.18 |
| HSL | 203.31º | 0.57% | 0.58% | - |
| HSV(B) | 203.31º | 0.58% | 0.82% | - |
| XYZ | 28.45 | 32.52 | 65.1 | - |
| YUV | 145.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 209 | 0.58 | 0.22 | 0 | 0.18 | 203.31 | 0.57 | 0.58 |
| Hex | 58 | A2 | D1 | 3A | 16 | 0 | 12 | CB | 39 | 3A |
| Octal | 130 | 242 | 321 | 72 | 26 | 0 | 22 | 313 | 71 | 72 |
| Binary | 1011000 | 10100010 | 11010001 | 111010 | 10110 | 0 | 10010 | 11001011 | 111001 | 111010 |
Color Harmonies of #58A2D1
Complementary color
Monochromatic Colors of #58A2D1
Black with #58A2D1
Text Example
Text Example
White with #58A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A2D1; }
p { color: rgb(88,162,209); }
H1.HeaderClassName
{
color: #58A2D1;
}
.AnyTagClassName
{
color: #58A2D1;
}
</style>
background-color css
<style>
a { background-color: #58A2D1; }
a { background-color: rgb(88,162,209); }
div.DivClassName
{
background-color: #58A2D1;
}
.BgClassName
{
background-color: #58A2D1;
}
</style>
border-color css
<style>
span { border-color: #58A2D1; }
span { border-color: rgb(88,162,209); }
td.TdClassName
{
border-color: #58A2D1;
}
.TagClassName
{
border-color: #58A2D1;
}
</style>