Shades of Picton Blue #58A3CF
Tints of Picton Blue #58A3CF
RGB
CMYK
RGB Variations
Color information
#58A3CF (or 0x58A3CF) is known color: Picton Blue. HEX triplet: 58, A3 and CF. RGB value is (88,163,207). Sum of RGB (Red+Green+Blue) = 88+163+207=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #58A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A3CF is #A75C30. Grayscale: #919191. Windows color (decimal): -10968113 or 13607768. OLE color: 13607768.
HSL color Cylindrical-coordinate representation of color #58A3CF: hue angle of 202.18º 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 #58A3CF is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 163 | 207 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.19 |
| HSL | 202.18º | 0.55% | 0.58% | - |
| HSV(B) | 202.18º | 0.57% | 0.81% | - |
| XYZ | 28.38 | 32.77 | 63.86 | - |
| YUV | 145.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 163 | 207 | 0.57 | 0.21 | 0 | 0.19 | 202.18 | 0.55 | 0.58 |
| Hex | 58 | A3 | CF | 39 | 15 | 0 | 13 | CA | 37 | 3A |
| Octal | 130 | 243 | 317 | 71 | 25 | 0 | 23 | 312 | 67 | 72 |
| Binary | 1011000 | 10100011 | 11001111 | 111001 | 10101 | 0 | 10011 | 11001010 | 110111 | 111010 |
Color Harmonies of #58A3CF
Complementary color
Monochromatic Colors of #58A3CF
Black with #58A3CF
Text Example
Text Example
White with #58A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A3CF; }
p { color: rgb(88,163,207); }
H1.HeaderClassName
{
color: #58A3CF;
}
.AnyTagClassName
{
color: #58A3CF;
}
</style>
background-color css
<style>
a { background-color: #58A3CF; }
a { background-color: rgb(88,163,207); }
div.DivClassName
{
background-color: #58A3CF;
}
.BgClassName
{
background-color: #58A3CF;
}
</style>
border-color css
<style>
span { border-color: #58A3CF; }
span { border-color: rgb(88,163,207); }
td.TdClassName
{
border-color: #58A3CF;
}
.TagClassName
{
border-color: #58A3CF;
}
</style>