Shades of Picton Blue #579CCD
Tints of Picton Blue #579CCD
RGB
CMYK
RGB Variations
Color information
#579CCD (or 0x579CCD) is known color: Picton Blue. HEX triplet: 57, 9C and CD. RGB value is (87,156,205). Sum of RGB (Red+Green+Blue) = 87+156+205=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #579CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579CCD is #A86332. Grayscale: #8C8C8C. Windows color (decimal): -11035443 or 13474903. OLE color: 13474903.
HSL color Cylindrical-coordinate representation of color #579CCD: hue angle of 204.92º 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 #579CCD is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 156 | 205 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.20 |
| HSL | 204.92º | 0.54% | 0.57% | - |
| HSV(B) | 204.92º | 0.58% | 0.8% | - |
| XYZ | 26.84 | 30.21 | 62.17 | - |
| YUV | 140.96 | 164.14 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 156 | 205 | 0.58 | 0.24 | 0 | 0.20 | 204.92 | 0.54 | 0.57 |
| Hex | 57 | 9C | CD | 3A | 18 | 0 | 14 | CD | 36 | 39 |
| Octal | 127 | 234 | 315 | 72 | 30 | 0 | 24 | 315 | 66 | 71 |
| Binary | 1010111 | 10011100 | 11001101 | 111010 | 11000 | 0 | 10100 | 11001101 | 110110 | 111001 |
Color Harmonies of #579CCD
Complementary color
Monochromatic Colors of #579CCD
Black with #579CCD
Text Example
Text Example
White with #579CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579CCD; }
p { color: rgb(87,156,205); }
H1.HeaderClassName
{
color: #579CCD;
}
.AnyTagClassName
{
color: #579CCD;
}
</style>
background-color css
<style>
a { background-color: #579CCD; }
a { background-color: rgb(87,156,205); }
div.DivClassName
{
background-color: #579CCD;
}
.BgClassName
{
background-color: #579CCD;
}
</style>
border-color css
<style>
span { border-color: #579CCD; }
span { border-color: rgb(87,156,205); }
td.TdClassName
{
border-color: #579CCD;
}
.TagClassName
{
border-color: #579CCD;
}
</style>