Shades of Picton Blue #58A1D1
Tints of Picton Blue #58A1D1
RGB
CMYK
RGB Variations
Color information
#58A1D1 (or 0x58A1D1) is known color: Picton Blue. HEX triplet: 58, A1 and D1. RGB value is (88,161,209). Sum of RGB (Red+Green+Blue) = 88+161+209=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #58A1D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A1D1 is #A75E2E. Grayscale: #909090. Windows color (decimal): -10968623 or 13738328. OLE color: 13738328.
HSL color Cylindrical-coordinate representation of color #58A1D1: hue angle of 203.8º 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 #58A1D1 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 161 | 209 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.18 |
| HSL | 203.8º | 0.57% | 0.58% | - |
| HSV(B) | 203.8º | 0.58% | 0.82% | - |
| XYZ | 28.28 | 32.17 | 65.04 | - |
| YUV | 144.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 209 | 0.58 | 0.23 | 0 | 0.18 | 203.8 | 0.57 | 0.58 |
| Hex | 58 | A1 | D1 | 3A | 17 | 0 | 12 | CC | 39 | 3A |
| Octal | 130 | 241 | 321 | 72 | 27 | 0 | 22 | 314 | 71 | 72 |
| Binary | 1011000 | 10100001 | 11010001 | 111010 | 10111 | 0 | 10010 | 11001100 | 111001 | 111010 |
Color Harmonies of #58A1D1
Complementary color
Monochromatic Colors of #58A1D1
Black with #58A1D1
Text Example
Text Example
White with #58A1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A1D1; }
p { color: rgb(88,161,209); }
H1.HeaderClassName
{
color: #58A1D1;
}
.AnyTagClassName
{
color: #58A1D1;
}
</style>
background-color css
<style>
a { background-color: #58A1D1; }
a { background-color: rgb(88,161,209); }
div.DivClassName
{
background-color: #58A1D1;
}
.BgClassName
{
background-color: #58A1D1;
}
</style>
border-color css
<style>
span { border-color: #58A1D1; }
span { border-color: rgb(88,161,209); }
td.TdClassName
{
border-color: #58A1D1;
}
.TagClassName
{
border-color: #58A1D1;
}
</style>