Shades of Picton Blue #58A8CB
Tints of Picton Blue #58A8CB
RGB
CMYK
RGB Variations
Color information
#58A8CB (or 0x58A8CB) is known color: Picton Blue. HEX triplet: 58, A8 and CB. RGB value is (88,168,203). Sum of RGB (Red+Green+Blue) = 88+168+203=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #58A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A8CB is #A75734. Grayscale: #939393. Windows color (decimal): -10966837 or 13346904. OLE color: 13346904.
HSL color Cylindrical-coordinate representation of color #58A8CB: hue angle of 198.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58A8CB is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 168 | 203 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.20 |
| HSL | 198.26º | 0.53% | 0.57% | - |
| HSV(B) | 198.26º | 0.57% | 0.8% | - |
| XYZ | 28.81 | 34.39 | 61.62 | - |
| YUV | 148.07 | 159 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 203 | 0.57 | 0.17 | 0 | 0.20 | 198.26 | 0.53 | 0.57 |
| Hex | 58 | A8 | CB | 39 | 11 | 0 | 14 | C6 | 35 | 39 |
| Octal | 130 | 250 | 313 | 71 | 21 | 0 | 24 | 306 | 65 | 71 |
| Binary | 1011000 | 10101000 | 11001011 | 111001 | 10001 | 0 | 10100 | 11000110 | 110101 | 111001 |
Color Harmonies of #58A8CB
Complementary color
Monochromatic Colors of #58A8CB
Black with #58A8CB
Text Example
Text Example
White with #58A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A8CB; }
p { color: rgb(88,168,203); }
H1.HeaderClassName
{
color: #58A8CB;
}
.AnyTagClassName
{
color: #58A8CB;
}
</style>
background-color css
<style>
a { background-color: #58A8CB; }
a { background-color: rgb(88,168,203); }
div.DivClassName
{
background-color: #58A8CB;
}
.BgClassName
{
background-color: #58A8CB;
}
</style>
border-color css
<style>
span { border-color: #58A8CB; }
span { border-color: rgb(88,168,203); }
td.TdClassName
{
border-color: #58A8CB;
}
.TagClassName
{
border-color: #58A8CB;
}
</style>