Shades of Picton Blue #58A1D2
Tints of Picton Blue #58A1D2
RGB
CMYK
RGB Variations
Color information
#58A1D2 (or 0x58A1D2) is known color: Picton Blue. HEX triplet: 58, A1 and D2. RGB value is (88,161,210). Sum of RGB (Red+Green+Blue) = 88+161+210=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #58A1D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A1D2 is #A75E2D. Grayscale: #909090. Windows color (decimal): -10968622 or 13803864. OLE color: 13803864.
HSL color Cylindrical-coordinate representation of color #58A1D2: hue angle of 204.1º degrees, saturation: 0.58, 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 #58A1D2 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 161 | 210 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.18 |
| HSL | 204.1º | 0.58% | 0.58% | - |
| HSV(B) | 204.1º | 0.58% | 0.82% | - |
| XYZ | 28.4 | 32.22 | 65.69 | - |
| YUV | 144.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 210 | 0.58 | 0.23 | 0 | 0.18 | 204.1 | 0.58 | 0.58 |
| Hex | 58 | A1 | D2 | 3A | 17 | 0 | 12 | CC | 3A | 3A |
| Octal | 130 | 241 | 322 | 72 | 27 | 0 | 22 | 314 | 72 | 72 |
| Binary | 1011000 | 10100001 | 11010010 | 111010 | 10111 | 0 | 10010 | 11001100 | 111010 | 111010 |
Color Harmonies of #58A1D2
Complementary color
Monochromatic Colors of #58A1D2
Black with #58A1D2
Text Example
Text Example
White with #58A1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A1D2; }
p { color: rgb(88,161,210); }
H1.HeaderClassName
{
color: #58A1D2;
}
.AnyTagClassName
{
color: #58A1D2;
}
</style>
background-color css
<style>
a { background-color: #58A1D2; }
a { background-color: rgb(88,161,210); }
div.DivClassName
{
background-color: #58A1D2;
}
.BgClassName
{
background-color: #58A1D2;
}
</style>
border-color css
<style>
span { border-color: #58A1D2; }
span { border-color: rgb(88,161,210); }
td.TdClassName
{
border-color: #58A1D2;
}
.TagClassName
{
border-color: #58A1D2;
}
</style>