Shades of Picton Blue #58A3DB
Tints of Picton Blue #58A3DB
RGB
CMYK
RGB Variations
Color information
#58A3DB (or 0x58A3DB) is known color: Picton Blue. HEX triplet: 58, A3 and DB. RGB value is (88,163,219). Sum of RGB (Red+Green+Blue) = 88+163+219=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #58A3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A3DB is #A75C24. Grayscale: #929292. Windows color (decimal): -10968101 or 14394200. OLE color: 14394200.
HSL color Cylindrical-coordinate representation of color #58A3DB: hue angle of 205.65º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58A3DB is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 163 | 219 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.14 |
| HSL | 205.65º | 0.65% | 0.6% | - |
| HSV(B) | 205.65º | 0.6% | 0.86% | - |
| XYZ | 29.91 | 33.38 | 71.89 | - |
| YUV | 146.96 | 168.65 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 163 | 219 | 0.60 | 0.26 | 0 | 0.14 | 205.65 | 0.65 | 0.6 |
| Hex | 58 | A3 | DB | 3C | 1A | 0 | E | CE | 41 | 3C |
| Octal | 130 | 243 | 333 | 74 | 32 | 0 | 16 | 316 | 101 | 74 |
| Binary | 1011000 | 10100011 | 11011011 | 111100 | 11010 | 0 | 1110 | 11001110 | 1000001 | 111100 |
Color Harmonies of #58A3DB
Complementary color
Monochromatic Colors of #58A3DB
Black with #58A3DB
Text Example
Text Example
White with #58A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A3DB; }
p { color: rgb(88,163,219); }
H1.HeaderClassName
{
color: #58A3DB;
}
.AnyTagClassName
{
color: #58A3DB;
}
</style>
background-color css
<style>
a { background-color: #58A3DB; }
a { background-color: rgb(88,163,219); }
div.DivClassName
{
background-color: #58A3DB;
}
.BgClassName
{
background-color: #58A3DB;
}
</style>
border-color css
<style>
span { border-color: #58A3DB; }
span { border-color: rgb(88,163,219); }
td.TdClassName
{
border-color: #58A3DB;
}
.TagClassName
{
border-color: #58A3DB;
}
</style>