Shades of Picton Blue #58ABDD
Tints of Picton Blue #58ABDD
RGB
CMYK
RGB Variations
Color information
#58ABDD (or 0x58ABDD) is known color: Picton Blue. HEX triplet: 58, AB and DD. RGB value is (88,171,221). Sum of RGB (Red+Green+Blue) = 88+171+221=480 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.33% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #58ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABDD is #A75422. Grayscale: #979797. Windows color (decimal): -10966051 or 14527320. OLE color: 14527320.
HSL color Cylindrical-coordinate representation of color #58ABDD: hue angle of 202.56º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58ABDD is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 171 | 221 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.13 |
| HSL | 202.56º | 0.66% | 0.61% | - |
| HSV(B) | 202.56º | 0.6% | 0.87% | - |
| XYZ | 31.64 | 36.42 | 73.77 | - |
| YUV | 151.88 | 167 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 221 | 0.60 | 0.23 | 0 | 0.13 | 202.56 | 0.66 | 0.61 |
| Hex | 58 | AB | DD | 3C | 17 | 0 | D | CB | 42 | 3D |
| Octal | 130 | 253 | 335 | 74 | 27 | 0 | 15 | 313 | 102 | 75 |
| Binary | 1011000 | 10101011 | 11011101 | 111100 | 10111 | 0 | 1101 | 11001011 | 1000010 | 111101 |
Color Harmonies of #58ABDD
Complementary color
Monochromatic Colors of #58ABDD
Black with #58ABDD
Text Example
Text Example
White with #58ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABDD; }
p { color: rgb(88,171,221); }
H1.HeaderClassName
{
color: #58ABDD;
}
.AnyTagClassName
{
color: #58ABDD;
}
</style>
background-color css
<style>
a { background-color: #58ABDD; }
a { background-color: rgb(88,171,221); }
div.DivClassName
{
background-color: #58ABDD;
}
.BgClassName
{
background-color: #58ABDD;
}
</style>
border-color css
<style>
span { border-color: #58ABDD; }
span { border-color: rgb(88,171,221); }
td.TdClassName
{
border-color: #58ABDD;
}
.TagClassName
{
border-color: #58ABDD;
}
</style>