Shades of Picton Blue #58ACD0
Tints of Picton Blue #58ACD0
RGB
CMYK
RGB Variations
Color information
#58ACD0 (or 0x58ACD0) is known color: Picton Blue. HEX triplet: 58, AC and D0. RGB value is (88,172,208). Sum of RGB (Red+Green+Blue) = 88+172+208=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #58ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACD0 is #A7532F. Grayscale: #969696. Windows color (decimal): -10965808 or 13675608. OLE color: 13675608.
HSL color Cylindrical-coordinate representation of color #58ACD0: hue angle of 198º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58ACD0 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 172 | 208 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.18 |
| HSL | 198º | 0.56% | 0.58% | - |
| HSV(B) | 198º | 0.58% | 0.82% | - |
| XYZ | 30.16 | 36.13 | 65.06 | - |
| YUV | 150.99 | 160.17 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 208 | 0.58 | 0.17 | 0 | 0.18 | 198 | 0.56 | 0.58 |
| Hex | 58 | AC | D0 | 3A | 11 | 0 | 12 | C6 | 38 | 3A |
| Octal | 130 | 254 | 320 | 72 | 21 | 0 | 22 | 306 | 70 | 72 |
| Binary | 1011000 | 10101100 | 11010000 | 111010 | 10001 | 0 | 10010 | 11000110 | 111000 | 111010 |
Color Harmonies of #58ACD0
Complementary color
Monochromatic Colors of #58ACD0
Black with #58ACD0
Text Example
Text Example
White with #58ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ACD0; }
p { color: rgb(88,172,208); }
H1.HeaderClassName
{
color: #58ACD0;
}
.AnyTagClassName
{
color: #58ACD0;
}
</style>
background-color css
<style>
a { background-color: #58ACD0; }
a { background-color: rgb(88,172,208); }
div.DivClassName
{
background-color: #58ACD0;
}
.BgClassName
{
background-color: #58ACD0;
}
</style>
border-color css
<style>
span { border-color: #58ACD0; }
span { border-color: rgb(88,172,208); }
td.TdClassName
{
border-color: #58ACD0;
}
.TagClassName
{
border-color: #58ACD0;
}
</style>