Shades of Picton Blue #58ADDB
Tints of Picton Blue #58ADDB
RGB
CMYK
RGB Variations
Color information
#58ADDB (or 0x58ADDB) is known color: Picton Blue. HEX triplet: 58, AD and DB. RGB value is (88,173,219). Sum of RGB (Red+Green+Blue) = 88+173+219=480 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.33% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #58ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADDB is #A75224. Grayscale: #989898. Windows color (decimal): -10965541 or 14396760. OLE color: 14396760.
HSL color Cylindrical-coordinate representation of color #58ADDB: hue angle of 201.07º 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 #58ADDB is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 173 | 219 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.14 |
| HSL | 201.07º | 0.65% | 0.6% | - |
| HSV(B) | 201.07º | 0.6% | 0.86% | - |
| XYZ | 31.75 | 37.08 | 72.5 | - |
| YUV | 152.83 | 165.34 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 219 | 0.60 | 0.21 | 0 | 0.14 | 201.07 | 0.65 | 0.6 |
| Hex | 58 | AD | DB | 3C | 15 | 0 | E | C9 | 41 | 3C |
| Octal | 130 | 255 | 333 | 74 | 25 | 0 | 16 | 311 | 101 | 74 |
| Binary | 1011000 | 10101101 | 11011011 | 111100 | 10101 | 0 | 1110 | 11001001 | 1000001 | 111100 |
Color Harmonies of #58ADDB
Complementary color
Monochromatic Colors of #58ADDB
Black with #58ADDB
Text Example
Text Example
White with #58ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ADDB; }
p { color: rgb(88,173,219); }
H1.HeaderClassName
{
color: #58ADDB;
}
.AnyTagClassName
{
color: #58ADDB;
}
</style>
background-color css
<style>
a { background-color: #58ADDB; }
a { background-color: rgb(88,173,219); }
div.DivClassName
{
background-color: #58ADDB;
}
.BgClassName
{
background-color: #58ADDB;
}
</style>
border-color css
<style>
span { border-color: #58ADDB; }
span { border-color: rgb(88,173,219); }
td.TdClassName
{
border-color: #58ADDB;
}
.TagClassName
{
border-color: #58ADDB;
}
</style>