Shades of Picton Blue #579ECD
Tints of Picton Blue #579ECD
RGB
CMYK
RGB Variations
Color information
#579ECD (or 0x579ECD) is known color: Picton Blue. HEX triplet: 57, 9E and CD. RGB value is (87,158,205). Sum of RGB (Red+Green+Blue) = 87+158+205=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #579ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579ECD is #A86132. Grayscale: #8D8D8D. Windows color (decimal): -11034931 or 13475415. OLE color: 13475415.
HSL color Cylindrical-coordinate representation of color #579ECD: hue angle of 203.9º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #579ECD is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 158 | 205 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.20 |
| HSL | 203.9º | 0.54% | 0.57% | - |
| HSV(B) | 203.9º | 0.58% | 0.8% | - |
| XYZ | 27.18 | 30.89 | 62.29 | - |
| YUV | 142.13 | 163.48 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 158 | 205 | 0.58 | 0.23 | 0 | 0.20 | 203.9 | 0.54 | 0.57 |
| Hex | 57 | 9E | CD | 3A | 17 | 0 | 14 | CC | 36 | 39 |
| Octal | 127 | 236 | 315 | 72 | 27 | 0 | 24 | 314 | 66 | 71 |
| Binary | 1010111 | 10011110 | 11001101 | 111010 | 10111 | 0 | 10100 | 11001100 | 110110 | 111001 |
Color Harmonies of #579ECD
Complementary color
Monochromatic Colors of #579ECD
Black with #579ECD
Text Example
Text Example
White with #579ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579ECD; }
p { color: rgb(87,158,205); }
H1.HeaderClassName
{
color: #579ECD;
}
.AnyTagClassName
{
color: #579ECD;
}
</style>
background-color css
<style>
a { background-color: #579ECD; }
a { background-color: rgb(87,158,205); }
div.DivClassName
{
background-color: #579ECD;
}
.BgClassName
{
background-color: #579ECD;
}
</style>
border-color css
<style>
span { border-color: #579ECD; }
span { border-color: rgb(87,158,205); }
td.TdClassName
{
border-color: #579ECD;
}
.TagClassName
{
border-color: #579ECD;
}
</style>