Shades of Picton Blue #58ABDB
Tints of Picton Blue #58ABDB
RGB
CMYK
RGB Variations
Color information
#58ABDB (or 0x58ABDB) is known color: Picton Blue. HEX triplet: 58, AB and DB. RGB value is (88,171,219). Sum of RGB (Red+Green+Blue) = 88+171+219=478 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.41% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #58ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABDB is #A75424. Grayscale: #979797. Windows color (decimal): -10966053 or 14396248. OLE color: 14396248.
HSL color Cylindrical-coordinate representation of color #58ABDB: hue angle of 201.98º 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 #58ABDB is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 171 | 219 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.14 |
| HSL | 201.98º | 0.65% | 0.6% | - |
| HSV(B) | 201.98º | 0.6% | 0.86% | - |
| XYZ | 31.37 | 36.32 | 72.37 | - |
| YUV | 151.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 219 | 0.60 | 0.22 | 0 | 0.14 | 201.98 | 0.65 | 0.6 |
| Hex | 58 | AB | DB | 3C | 16 | 0 | E | CA | 41 | 3C |
| Octal | 130 | 253 | 333 | 74 | 26 | 0 | 16 | 312 | 101 | 74 |
| Binary | 1011000 | 10101011 | 11011011 | 111100 | 10110 | 0 | 1110 | 11001010 | 1000001 | 111100 |
Color Harmonies of #58ABDB
Complementary color
Monochromatic Colors of #58ABDB
Black with #58ABDB
Text Example
Text Example
White with #58ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABDB; }
p { color: rgb(88,171,219); }
H1.HeaderClassName
{
color: #58ABDB;
}
.AnyTagClassName
{
color: #58ABDB;
}
</style>
background-color css
<style>
a { background-color: #58ABDB; }
a { background-color: rgb(88,171,219); }
div.DivClassName
{
background-color: #58ABDB;
}
.BgClassName
{
background-color: #58ABDB;
}
</style>
border-color css
<style>
span { border-color: #58ABDB; }
span { border-color: rgb(88,171,219); }
td.TdClassName
{
border-color: #58ABDB;
}
.TagClassName
{
border-color: #58ABDB;
}
</style>