Shades of Picton Blue #579CCE
Tints of Picton Blue #579CCE
RGB
CMYK
RGB Variations
Color information
#579CCE (or 0x579CCE) is known color: Picton Blue. HEX triplet: 57, 9C and CE. RGB value is (87,156,206). Sum of RGB (Red+Green+Blue) = 87+156+206=449 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.38% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #579CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579CCE is #A86331. Grayscale: #8C8C8C. Windows color (decimal): -11035442 or 13540439. OLE color: 13540439.
HSL color Cylindrical-coordinate representation of color #579CCE: hue angle of 205.21º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #579CCE is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 156 | 206 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.19 |
| HSL | 205.21º | 0.55% | 0.57% | - |
| HSV(B) | 205.21º | 0.58% | 0.81% | - |
| XYZ | 26.96 | 30.26 | 62.81 | - |
| YUV | 141.07 | 164.64 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 156 | 206 | 0.58 | 0.24 | 0 | 0.19 | 205.21 | 0.55 | 0.57 |
| Hex | 57 | 9C | CE | 3A | 18 | 0 | 13 | CD | 37 | 39 |
| Octal | 127 | 234 | 316 | 72 | 30 | 0 | 23 | 315 | 67 | 71 |
| Binary | 1010111 | 10011100 | 11001110 | 111010 | 11000 | 0 | 10011 | 11001101 | 110111 | 111001 |
Color Harmonies of #579CCE
Complementary color
Monochromatic Colors of #579CCE
Black with #579CCE
Text Example
Text Example
White with #579CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579CCE; }
p { color: rgb(87,156,206); }
H1.HeaderClassName
{
color: #579CCE;
}
.AnyTagClassName
{
color: #579CCE;
}
</style>
background-color css
<style>
a { background-color: #579CCE; }
a { background-color: rgb(87,156,206); }
div.DivClassName
{
background-color: #579CCE;
}
.BgClassName
{
background-color: #579CCE;
}
</style>
border-color css
<style>
span { border-color: #579CCE; }
span { border-color: rgb(87,156,206); }
td.TdClassName
{
border-color: #579CCE;
}
.TagClassName
{
border-color: #579CCE;
}
</style>