Shades of Picton Blue #58AAD2
Tints of Picton Blue #58AAD2
RGB
CMYK
RGB Variations
Color information
#58AAD2 (or 0x58AAD2) is known color: Picton Blue. HEX triplet: 58, AA and D2. RGB value is (88,170,210). Sum of RGB (Red+Green+Blue) = 88+170+210=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #58AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AAD2 is #A7552D. Grayscale: #959595. Windows color (decimal): -10966318 or 13806168. OLE color: 13806168.
HSL color Cylindrical-coordinate representation of color #58AAD2: hue angle of 199.67º degrees, saturation: 0.58, 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 #58AAD2 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 170 | 210 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.18 |
| HSL | 199.67º | 0.58% | 0.58% | - |
| HSV(B) | 199.67º | 0.58% | 0.82% | - |
| XYZ | 30.03 | 35.48 | 66.24 | - |
| YUV | 150.04 | 161.83 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 210 | 0.58 | 0.19 | 0 | 0.18 | 199.67 | 0.58 | 0.58 |
| Hex | 58 | AA | D2 | 3A | 13 | 0 | 12 | C8 | 3A | 3A |
| Octal | 130 | 252 | 322 | 72 | 23 | 0 | 22 | 310 | 72 | 72 |
| Binary | 1011000 | 10101010 | 11010010 | 111010 | 10011 | 0 | 10010 | 11001000 | 111010 | 111010 |
Color Harmonies of #58AAD2
Complementary color
Monochromatic Colors of #58AAD2
Black with #58AAD2
Text Example
Text Example
White with #58AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AAD2; }
p { color: rgb(88,170,210); }
H1.HeaderClassName
{
color: #58AAD2;
}
.AnyTagClassName
{
color: #58AAD2;
}
</style>
background-color css
<style>
a { background-color: #58AAD2; }
a { background-color: rgb(88,170,210); }
div.DivClassName
{
background-color: #58AAD2;
}
.BgClassName
{
background-color: #58AAD2;
}
</style>
border-color css
<style>
span { border-color: #58AAD2; }
span { border-color: rgb(88,170,210); }
td.TdClassName
{
border-color: #58AAD2;
}
.TagClassName
{
border-color: #58AAD2;
}
</style>