Shades of Picton Blue #58A2CE
Tints of Picton Blue #58A2CE
RGB
CMYK
RGB Variations
Color information
#58A2CE (or 0x58A2CE) is known color: Picton Blue. HEX triplet: 58, A2 and CE. RGB value is (88,162,206). Sum of RGB (Red+Green+Blue) = 88+162+206=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #58A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A2CE is #A75D31. Grayscale: #909090. Windows color (decimal): -10968370 or 13541976. OLE color: 13541976.
HSL color Cylindrical-coordinate representation of color #58A2CE: hue angle of 202.37º 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 #58A2CE is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 162 | 206 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.19 |
| HSL | 202.37º | 0.55% | 0.58% | - |
| HSV(B) | 202.37º | 0.57% | 0.81% | - |
| XYZ | 28.09 | 32.37 | 63.16 | - |
| YUV | 144.89 | 162.48 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 206 | 0.57 | 0.21 | 0 | 0.19 | 202.37 | 0.55 | 0.58 |
| Hex | 58 | A2 | CE | 39 | 15 | 0 | 13 | CA | 37 | 3A |
| Octal | 130 | 242 | 316 | 71 | 25 | 0 | 23 | 312 | 67 | 72 |
| Binary | 1011000 | 10100010 | 11001110 | 111001 | 10101 | 0 | 10011 | 11001010 | 110111 | 111010 |
Color Harmonies of #58A2CE
Complementary color
Monochromatic Colors of #58A2CE
Black with #58A2CE
Text Example
Text Example
White with #58A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A2CE; }
p { color: rgb(88,162,206); }
H1.HeaderClassName
{
color: #58A2CE;
}
.AnyTagClassName
{
color: #58A2CE;
}
</style>
background-color css
<style>
a { background-color: #58A2CE; }
a { background-color: rgb(88,162,206); }
div.DivClassName
{
background-color: #58A2CE;
}
.BgClassName
{
background-color: #58A2CE;
}
</style>
border-color css
<style>
span { border-color: #58A2CE; }
span { border-color: rgb(88,162,206); }
td.TdClassName
{
border-color: #58A2CE;
}
.TagClassName
{
border-color: #58A2CE;
}
</style>