Shades of Picton Blue #58A2D7
Tints of Picton Blue #58A2D7
RGB
CMYK
RGB Variations
Color information
#58A2D7 (or 0x58A2D7) is known color: Picton Blue. HEX triplet: 58, A2 and D7. RGB value is (88,162,215). Sum of RGB (Red+Green+Blue) = 88+162+215=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #58A2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A2D7 is #A75D28. Grayscale: #919191. Windows color (decimal): -10968361 or 14131800. OLE color: 14131800.
HSL color Cylindrical-coordinate representation of color #58A2D7: hue angle of 205.04º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58A2D7 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 162 | 215 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.16 |
| HSL | 205.04º | 0.61% | 0.59% | - |
| HSV(B) | 205.04º | 0.59% | 0.84% | - |
| XYZ | 29.21 | 32.82 | 69.09 | - |
| YUV | 145.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 215 | 0.59 | 0.25 | 0 | 0.16 | 205.04 | 0.61 | 0.59 |
| Hex | 58 | A2 | D7 | 3B | 19 | 0 | 10 | CD | 3D | 3B |
| Octal | 130 | 242 | 327 | 73 | 31 | 0 | 20 | 315 | 75 | 73 |
| Binary | 1011000 | 10100010 | 11010111 | 111011 | 11001 | 0 | 10000 | 11001101 | 111101 | 111011 |
Color Harmonies of #58A2D7
Complementary color
Monochromatic Colors of #58A2D7
Black with #58A2D7
Text Example
Text Example
White with #58A2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A2D7; }
p { color: rgb(88,162,215); }
H1.HeaderClassName
{
color: #58A2D7;
}
.AnyTagClassName
{
color: #58A2D7;
}
</style>
background-color css
<style>
a { background-color: #58A2D7; }
a { background-color: rgb(88,162,215); }
div.DivClassName
{
background-color: #58A2D7;
}
.BgClassName
{
background-color: #58A2D7;
}
</style>
border-color css
<style>
span { border-color: #58A2D7; }
span { border-color: rgb(88,162,215); }
td.TdClassName
{
border-color: #58A2D7;
}
.TagClassName
{
border-color: #58A2D7;
}
</style>