Shades of Picton Blue #58A4CF
Tints of Picton Blue #58A4CF
RGB
CMYK
RGB Variations
Color information
#58A4CF (or 0x58A4CF) is known color: Picton Blue. HEX triplet: 58, A4 and CF. RGB value is (88,164,207). Sum of RGB (Red+Green+Blue) = 88+164+207=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #58A4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A4CF is #A75B30. Grayscale: #919191. Windows color (decimal): -10967857 or 13608024. OLE color: 13608024.
HSL color Cylindrical-coordinate representation of color #58A4CF: hue angle of 201.68º 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 #58A4CF is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 164 | 207 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.19 |
| HSL | 201.68º | 0.55% | 0.58% | - |
| HSV(B) | 201.68º | 0.57% | 0.81% | - |
| XYZ | 28.56 | 33.13 | 63.92 | - |
| YUV | 146.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 164 | 207 | 0.57 | 0.21 | 0 | 0.19 | 201.68 | 0.55 | 0.58 |
| Hex | 58 | A4 | CF | 39 | 15 | 0 | 13 | CA | 37 | 3A |
| Octal | 130 | 244 | 317 | 71 | 25 | 0 | 23 | 312 | 67 | 72 |
| Binary | 1011000 | 10100100 | 11001111 | 111001 | 10101 | 0 | 10011 | 11001010 | 110111 | 111010 |
Color Harmonies of #58A4CF
Complementary color
Monochromatic Colors of #58A4CF
Black with #58A4CF
Text Example
Text Example
White with #58A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A4CF; }
p { color: rgb(88,164,207); }
H1.HeaderClassName
{
color: #58A4CF;
}
.AnyTagClassName
{
color: #58A4CF;
}
</style>
background-color css
<style>
a { background-color: #58A4CF; }
a { background-color: rgb(88,164,207); }
div.DivClassName
{
background-color: #58A4CF;
}
.BgClassName
{
background-color: #58A4CF;
}
</style>
border-color css
<style>
span { border-color: #58A4CF; }
span { border-color: rgb(88,164,207); }
td.TdClassName
{
border-color: #58A4CF;
}
.TagClassName
{
border-color: #58A4CF;
}
</style>