Shades of Picton Blue #5795D0
Tints of Picton Blue #5795D0
RGB
CMYK
RGB Variations
Color information
#5795D0 (or 0x5795D0) is known color: Picton Blue. HEX triplet: 57, 95 and D0. RGB value is (87,149,208). Sum of RGB (Red+Green+Blue) = 87+149+208=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #5795D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5795D0 is #A86A2F. Grayscale: #888888. Windows color (decimal): -11037232 or 13669719. OLE color: 13669719.
HSL color Cylindrical-coordinate representation of color #5795D0: hue angle of 209.26º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5795D0 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 149 | 208 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.18 |
| HSL | 209.26º | 0.56% | 0.58% | - |
| HSV(B) | 209.26º | 0.58% | 0.82% | - |
| XYZ | 26.06 | 28.08 | 63.72 | - |
| YUV | 137.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 149 | 208 | 0.58 | 0.28 | 0 | 0.18 | 209.26 | 0.56 | 0.58 |
| Hex | 57 | 95 | D0 | 3A | 1C | 0 | 12 | D1 | 38 | 3A |
| Octal | 127 | 225 | 320 | 72 | 34 | 0 | 22 | 321 | 70 | 72 |
| Binary | 1010111 | 10010101 | 11010000 | 111010 | 11100 | 0 | 10010 | 11010001 | 111000 | 111010 |
Color Harmonies of #5795D0
Complementary color
Monochromatic Colors of #5795D0
Black with #5795D0
Text Example
Text Example
White with #5795D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5795D0; }
p { color: rgb(87,149,208); }
H1.HeaderClassName
{
color: #5795D0;
}
.AnyTagClassName
{
color: #5795D0;
}
</style>
background-color css
<style>
a { background-color: #5795D0; }
a { background-color: rgb(87,149,208); }
div.DivClassName
{
background-color: #5795D0;
}
.BgClassName
{
background-color: #5795D0;
}
</style>
border-color css
<style>
span { border-color: #5795D0; }
span { border-color: rgb(87,149,208); }
td.TdClassName
{
border-color: #5795D0;
}
.TagClassName
{
border-color: #5795D0;
}
</style>