Shades of Picton Blue #58A2D8
Tints of Picton Blue #58A2D8
RGB
CMYK
RGB Variations
Color information
#58A2D8 (or 0x58A2D8) is known color: Picton Blue. HEX triplet: 58, A2 and D8. RGB value is (88,162,216). Sum of RGB (Red+Green+Blue) = 88+162+216=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #58A2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A2D8 is #A75D27. Grayscale: #919191. Windows color (decimal): -10968360 or 14197336. OLE color: 14197336.
HSL color Cylindrical-coordinate representation of color #58A2D8: hue angle of 205.31º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58A2D8 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 162 | 216 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.15 |
| HSL | 205.31º | 0.62% | 0.6% | - |
| HSV(B) | 205.31º | 0.59% | 0.85% | - |
| XYZ | 29.34 | 32.87 | 69.76 | - |
| YUV | 146.03 | 167.48 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 216 | 0.59 | 0.25 | 0 | 0.15 | 205.31 | 0.62 | 0.6 |
| Hex | 58 | A2 | D8 | 3B | 19 | 0 | F | CD | 3E | 3C |
| Octal | 130 | 242 | 330 | 73 | 31 | 0 | 17 | 315 | 76 | 74 |
| Binary | 1011000 | 10100010 | 11011000 | 111011 | 11001 | 0 | 1111 | 11001101 | 111110 | 111100 |
Color Harmonies of #58A2D8
Complementary color
Monochromatic Colors of #58A2D8
Black with #58A2D8
Text Example
Text Example
White with #58A2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A2D8; }
p { color: rgb(88,162,216); }
H1.HeaderClassName
{
color: #58A2D8;
}
.AnyTagClassName
{
color: #58A2D8;
}
</style>
background-color css
<style>
a { background-color: #58A2D8; }
a { background-color: rgb(88,162,216); }
div.DivClassName
{
background-color: #58A2D8;
}
.BgClassName
{
background-color: #58A2D8;
}
</style>
border-color css
<style>
span { border-color: #58A2D8; }
span { border-color: rgb(88,162,216); }
td.TdClassName
{
border-color: #58A2D8;
}
.TagClassName
{
border-color: #58A2D8;
}
</style>