Shades of Picton Blue #58A4CA
Tints of Picton Blue #58A4CA
RGB
CMYK
RGB Variations
Color information
#58A4CA (or 0x58A4CA) is known color: Picton Blue. HEX triplet: 58, A4 and CA. RGB value is (88,164,202). Sum of RGB (Red+Green+Blue) = 88+164+202=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #58A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A4CA is #A75B35. Grayscale: #919191. Windows color (decimal): -10967862 or 13280344. OLE color: 13280344.
HSL color Cylindrical-coordinate representation of color #58A4CA: hue angle of 200º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58A4CA is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 164 | 202 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.21 |
| HSL | 200º | 0.52% | 0.57% | - |
| HSV(B) | 200º | 0.56% | 0.79% | - |
| XYZ | 27.96 | 32.89 | 60.75 | - |
| YUV | 145.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 164 | 202 | 0.56 | 0.19 | 0 | 0.21 | 200 | 0.52 | 0.57 |
| Hex | 58 | A4 | CA | 38 | 13 | 0 | 15 | C8 | 34 | 39 |
| Octal | 130 | 244 | 312 | 70 | 23 | 0 | 25 | 310 | 64 | 71 |
| Binary | 1011000 | 10100100 | 11001010 | 111000 | 10011 | 0 | 10101 | 11001000 | 110100 | 111001 |
Color Harmonies of #58A4CA
Complementary color
Monochromatic Colors of #58A4CA
Black with #58A4CA
Text Example
Text Example
White with #58A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A4CA; }
p { color: rgb(88,164,202); }
H1.HeaderClassName
{
color: #58A4CA;
}
.AnyTagClassName
{
color: #58A4CA;
}
</style>
background-color css
<style>
a { background-color: #58A4CA; }
a { background-color: rgb(88,164,202); }
div.DivClassName
{
background-color: #58A4CA;
}
.BgClassName
{
background-color: #58A4CA;
}
</style>
border-color css
<style>
span { border-color: #58A4CA; }
span { border-color: rgb(88,164,202); }
td.TdClassName
{
border-color: #58A4CA;
}
.TagClassName
{
border-color: #58A4CA;
}
</style>