Shades of Picton Blue #58ABCE
Tints of Picton Blue #58ABCE
RGB
CMYK
RGB Variations
Color information
#58ABCE (or 0x58ABCE) is known color: Picton Blue. HEX triplet: 58, AB and CE. RGB value is (88,171,206). Sum of RGB (Red+Green+Blue) = 88+171+206=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #58ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABCE is #A75431. Grayscale: #959595. Windows color (decimal): -10966066 or 13544280. OLE color: 13544280.
HSL color Cylindrical-coordinate representation of color #58ABCE: hue angle of 197.8º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58ABCE is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 171 | 206 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.19 |
| HSL | 197.8º | 0.55% | 0.58% | - |
| HSV(B) | 197.8º | 0.57% | 0.81% | - |
| XYZ | 29.73 | 35.66 | 63.71 | - |
| YUV | 150.17 | 159.5 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 206 | 0.57 | 0.17 | 0 | 0.19 | 197.8 | 0.55 | 0.58 |
| Hex | 58 | AB | CE | 39 | 11 | 0 | 13 | C6 | 37 | 3A |
| Octal | 130 | 253 | 316 | 71 | 21 | 0 | 23 | 306 | 67 | 72 |
| Binary | 1011000 | 10101011 | 11001110 | 111001 | 10001 | 0 | 10011 | 11000110 | 110111 | 111010 |
Color Harmonies of #58ABCE
Complementary color
Monochromatic Colors of #58ABCE
Black with #58ABCE
Text Example
Text Example
White with #58ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABCE; }
p { color: rgb(88,171,206); }
H1.HeaderClassName
{
color: #58ABCE;
}
.AnyTagClassName
{
color: #58ABCE;
}
</style>
background-color css
<style>
a { background-color: #58ABCE; }
a { background-color: rgb(88,171,206); }
div.DivClassName
{
background-color: #58ABCE;
}
.BgClassName
{
background-color: #58ABCE;
}
</style>
border-color css
<style>
span { border-color: #58ABCE; }
span { border-color: rgb(88,171,206); }
td.TdClassName
{
border-color: #58ABCE;
}
.TagClassName
{
border-color: #58ABCE;
}
</style>