Shades of Picton Blue #579BCB
Tints of Picton Blue #579BCB
RGB
CMYK
RGB Variations
Color information
#579BCB (or 0x579BCB) is known color: Picton Blue. HEX triplet: 57, 9B and CB. RGB value is (87,155,203). Sum of RGB (Red+Green+Blue) = 87+155+203=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #579BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579BCB is #A86434. Grayscale: #8B8B8B. Windows color (decimal): -11035701 or 13343575. OLE color: 13343575.
HSL color Cylindrical-coordinate representation of color #579BCB: hue angle of 204.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #579BCB is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 155 | 203 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.20 |
| HSL | 204.83º | 0.53% | 0.57% | - |
| HSV(B) | 204.83º | 0.57% | 0.8% | - |
| XYZ | 26.43 | 29.78 | 60.86 | - |
| YUV | 140.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 203 | 0.57 | 0.24 | 0 | 0.20 | 204.83 | 0.53 | 0.57 |
| Hex | 57 | 9B | CB | 39 | 18 | 0 | 14 | CD | 35 | 39 |
| Octal | 127 | 233 | 313 | 71 | 30 | 0 | 24 | 315 | 65 | 71 |
| Binary | 1010111 | 10011011 | 11001011 | 111001 | 11000 | 0 | 10100 | 11001101 | 110101 | 111001 |
Color Harmonies of #579BCB
Complementary color
Monochromatic Colors of #579BCB
Black with #579BCB
Text Example
Text Example
White with #579BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579BCB; }
p { color: rgb(87,155,203); }
H1.HeaderClassName
{
color: #579BCB;
}
.AnyTagClassName
{
color: #579BCB;
}
</style>
background-color css
<style>
a { background-color: #579BCB; }
a { background-color: rgb(87,155,203); }
div.DivClassName
{
background-color: #579BCB;
}
.BgClassName
{
background-color: #579BCB;
}
</style>
border-color css
<style>
span { border-color: #579BCB; }
span { border-color: rgb(87,155,203); }
td.TdClassName
{
border-color: #579BCB;
}
.TagClassName
{
border-color: #579BCB;
}
</style>