Shades of Picton Blue #5799DA
Tints of Picton Blue #5799DA
RGB
CMYK
RGB Variations
Color information
#5799DA (or 0x5799DA) is known color: Picton Blue. HEX triplet: 57, 99 and DA. RGB value is (87,153,218). Sum of RGB (Red+Green+Blue) = 87+153+218=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #5799DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5799DA is #A86625. Grayscale: #8C8C8C. Windows color (decimal): -11036198 or 14326103. OLE color: 14326103.
HSL color Cylindrical-coordinate representation of color #5799DA: hue angle of 209.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5799DA is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 153 | 218 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.15 |
| HSL | 209.77º | 0.64% | 0.6% | - |
| HSV(B) | 209.77º | 0.6% | 0.85% | - |
| XYZ | 27.98 | 29.87 | 70.62 | - |
| YUV | 140.68 | 171.63 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 218 | 0.60 | 0.30 | 0 | 0.15 | 209.77 | 0.64 | 0.6 |
| Hex | 57 | 99 | DA | 3C | 1E | 0 | F | D2 | 40 | 3C |
| Octal | 127 | 231 | 332 | 74 | 36 | 0 | 17 | 322 | 100 | 74 |
| Binary | 1010111 | 10011001 | 11011010 | 111100 | 11110 | 0 | 1111 | 11010010 | 1000000 | 111100 |
Color Harmonies of #5799DA
Complementary color
Monochromatic Colors of #5799DA
Black with #5799DA
Text Example
Text Example
White with #5799DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5799DA; }
p { color: rgb(87,153,218); }
H1.HeaderClassName
{
color: #5799DA;
}
.AnyTagClassName
{
color: #5799DA;
}
</style>
background-color css
<style>
a { background-color: #5799DA; }
a { background-color: rgb(87,153,218); }
div.DivClassName
{
background-color: #5799DA;
}
.BgClassName
{
background-color: #5799DA;
}
</style>
border-color css
<style>
span { border-color: #5799DA; }
span { border-color: rgb(87,153,218); }
td.TdClassName
{
border-color: #5799DA;
}
.TagClassName
{
border-color: #5799DA;
}
</style>