Shades of Picton Blue #579AD2
Tints of Picton Blue #579AD2
RGB
CMYK
RGB Variations
Color information
#579AD2 (or 0x579AD2) is known color: Picton Blue. HEX triplet: 57, 9A and D2. RGB value is (87,154,210). Sum of RGB (Red+Green+Blue) = 87+154+210=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 210 - color contains mainly: blue. Hex color #579AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579AD2 is #A8652D. Grayscale: #8C8C8C. Windows color (decimal): -11035950 or 13802071. OLE color: 13802071.
HSL color Cylindrical-coordinate representation of color #579AD2: hue angle of 207.32º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #579AD2 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 154 | 210 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.18 |
| HSL | 207.32º | 0.58% | 0.58% | - |
| HSV(B) | 207.32º | 0.59% | 0.82% | - |
| XYZ | 27.12 | 29.79 | 65.29 | - |
| YUV | 140.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 154 | 210 | 0.59 | 0.27 | 0 | 0.18 | 207.32 | 0.58 | 0.58 |
| Hex | 57 | 9A | D2 | 3B | 1B | 0 | 12 | CF | 3A | 3A |
| Octal | 127 | 232 | 322 | 73 | 33 | 0 | 22 | 317 | 72 | 72 |
| Binary | 1010111 | 10011010 | 11010010 | 111011 | 11011 | 0 | 10010 | 11001111 | 111010 | 111010 |
Color Harmonies of #579AD2
Complementary color
Monochromatic Colors of #579AD2
Black with #579AD2
Text Example
Text Example
White with #579AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579AD2; }
p { color: rgb(87,154,210); }
H1.HeaderClassName
{
color: #579AD2;
}
.AnyTagClassName
{
color: #579AD2;
}
</style>
background-color css
<style>
a { background-color: #579AD2; }
a { background-color: rgb(87,154,210); }
div.DivClassName
{
background-color: #579AD2;
}
.BgClassName
{
background-color: #579AD2;
}
</style>
border-color css
<style>
span { border-color: #579AD2; }
span { border-color: rgb(87,154,210); }
td.TdClassName
{
border-color: #579AD2;
}
.TagClassName
{
border-color: #579AD2;
}
</style>