Shades of Picton Blue #579DC5
Tints of Picton Blue #579DC5
RGB
CMYK
RGB Variations
Color information
#579DC5 (or 0x579DC5) is known color: Picton Blue. HEX triplet: 57, 9D and C5. RGB value is (87,157,197). Sum of RGB (Red+Green+Blue) = 87+157+197=441 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.73% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #579DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579DC5 is #A8623A. Grayscale: #8C8C8C. Windows color (decimal): -11035195 or 12950871. OLE color: 12950871.
HSL color Cylindrical-coordinate representation of color #579DC5: hue angle of 201.82º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #579DC5 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 157 | 197 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.23 |
| HSL | 201.82º | 0.49% | 0.56% | - |
| HSV(B) | 201.82º | 0.56% | 0.77% | - |
| XYZ | 26.07 | 30.17 | 57.27 | - |
| YUV | 140.63 | 159.81 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 197 | 0.56 | 0.20 | 0 | 0.23 | 201.82 | 0.49 | 0.56 |
| Hex | 57 | 9D | C5 | 38 | 14 | 0 | 17 | CA | 31 | 38 |
| Octal | 127 | 235 | 305 | 70 | 24 | 0 | 27 | 312 | 61 | 70 |
| Binary | 1010111 | 10011101 | 11000101 | 111000 | 10100 | 0 | 10111 | 11001010 | 110001 | 111000 |
Color Harmonies of #579DC5
Complementary color
Monochromatic Colors of #579DC5
Black with #579DC5
Text Example
Text Example
White with #579DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579DC5; }
p { color: rgb(87,157,197); }
H1.HeaderClassName
{
color: #579DC5;
}
.AnyTagClassName
{
color: #579DC5;
}
</style>
background-color css
<style>
a { background-color: #579DC5; }
a { background-color: rgb(87,157,197); }
div.DivClassName
{
background-color: #579DC5;
}
.BgClassName
{
background-color: #579DC5;
}
</style>
border-color css
<style>
span { border-color: #579DC5; }
span { border-color: rgb(87,157,197); }
td.TdClassName
{
border-color: #579DC5;
}
.TagClassName
{
border-color: #579DC5;
}
</style>