Shades of Picton Blue #579ADE
Tints of Picton Blue #579ADE
RGB
CMYK
RGB Variations
Color information
#579ADE (or 0x579ADE) is known color: Picton Blue. HEX triplet: 57, 9A and DE. RGB value is (87,154,222). Sum of RGB (Red+Green+Blue) = 87+154+222=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #579ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579ADE is #A86521. Grayscale: #8D8D8D. Windows color (decimal): -11035938 or 14588503. OLE color: 14588503.
HSL color Cylindrical-coordinate representation of color #579ADE: hue angle of 210.22º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #579ADE is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 154 | 222 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.13 |
| HSL | 210.22º | 0.67% | 0.61% | - |
| HSV(B) | 210.22º | 0.61% | 0.87% | - |
| XYZ | 28.67 | 30.41 | 73.47 | - |
| YUV | 141.72 | 173.3 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 154 | 222 | 0.61 | 0.31 | 0 | 0.13 | 210.22 | 0.67 | 0.61 |
| Hex | 57 | 9A | DE | 3D | 1F | 0 | D | D2 | 43 | 3D |
| Octal | 127 | 232 | 336 | 75 | 37 | 0 | 15 | 322 | 103 | 75 |
| Binary | 1010111 | 10011010 | 11011110 | 111101 | 11111 | 0 | 1101 | 11010010 | 1000011 | 111101 |
Color Harmonies of #579ADE
Complementary color
Monochromatic Colors of #579ADE
Black with #579ADE
Text Example
Text Example
White with #579ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579ADE; }
p { color: rgb(87,154,222); }
H1.HeaderClassName
{
color: #579ADE;
}
.AnyTagClassName
{
color: #579ADE;
}
</style>
background-color css
<style>
a { background-color: #579ADE; }
a { background-color: rgb(87,154,222); }
div.DivClassName
{
background-color: #579ADE;
}
.BgClassName
{
background-color: #579ADE;
}
</style>
border-color css
<style>
span { border-color: #579ADE; }
span { border-color: rgb(87,154,222); }
td.TdClassName
{
border-color: #579ADE;
}
.TagClassName
{
border-color: #579ADE;
}
</style>