Shades of Picton Blue #579BC5
Tints of Picton Blue #579BC5
RGB
CMYK
RGB Variations
Color information
#579BC5 (or 0x579BC5) is known color: Picton Blue. HEX triplet: 57, 9B and C5. RGB value is (87,155,197). Sum of RGB (Red+Green+Blue) = 87+155+197=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #579BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579BC5 is #A8643A. Grayscale: #8B8B8B. Windows color (decimal): -11035707 or 12950359. OLE color: 12950359.
HSL color Cylindrical-coordinate representation of color #579BC5: hue angle of 202.91º 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 #579BC5 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 155 | 197 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.23 |
| HSL | 202.91º | 0.49% | 0.56% | - |
| HSV(B) | 202.91º | 0.56% | 0.77% | - |
| XYZ | 25.73 | 29.5 | 57.16 | - |
| YUV | 139.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 197 | 0.56 | 0.21 | 0 | 0.23 | 202.91 | 0.49 | 0.56 |
| Hex | 57 | 9B | C5 | 38 | 15 | 0 | 17 | CB | 31 | 38 |
| Octal | 127 | 233 | 305 | 70 | 25 | 0 | 27 | 313 | 61 | 70 |
| Binary | 1010111 | 10011011 | 11000101 | 111000 | 10101 | 0 | 10111 | 11001011 | 110001 | 111000 |
Color Harmonies of #579BC5
Complementary color
Monochromatic Colors of #579BC5
Black with #579BC5
Text Example
Text Example
White with #579BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579BC5; }
p { color: rgb(87,155,197); }
H1.HeaderClassName
{
color: #579BC5;
}
.AnyTagClassName
{
color: #579BC5;
}
</style>
background-color css
<style>
a { background-color: #579BC5; }
a { background-color: rgb(87,155,197); }
div.DivClassName
{
background-color: #579BC5;
}
.BgClassName
{
background-color: #579BC5;
}
</style>
border-color css
<style>
span { border-color: #579BC5; }
span { border-color: rgb(87,155,197); }
td.TdClassName
{
border-color: #579BC5;
}
.TagClassName
{
border-color: #579BC5;
}
</style>