Shades of Picton Blue #5795DB
Tints of Picton Blue #5795DB
RGB
CMYK
RGB Variations
Color information
#5795DB (or 0x5795DB) is known color: Picton Blue. HEX triplet: 57, 95 and DB. RGB value is (87,149,219). Sum of RGB (Red+Green+Blue) = 87+149+219=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #5795DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5795DB is #A86A24. Grayscale: #8A8A8A. Windows color (decimal): -11037221 or 14390615. OLE color: 14390615.
HSL color Cylindrical-coordinate representation of color #5795DB: hue angle of 211.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5795DB is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 149 | 219 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.14 |
| HSL | 211.82º | 0.65% | 0.6% | - |
| HSV(B) | 211.82º | 0.6% | 0.86% | - |
| XYZ | 27.46 | 28.64 | 71.1 | - |
| YUV | 138.44 | 173.46 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 149 | 219 | 0.60 | 0.32 | 0 | 0.14 | 211.82 | 0.65 | 0.6 |
| Hex | 57 | 95 | DB | 3C | 20 | 0 | E | D4 | 41 | 3C |
| Octal | 127 | 225 | 333 | 74 | 40 | 0 | 16 | 324 | 101 | 74 |
| Binary | 1010111 | 10010101 | 11011011 | 111100 | 100000 | 0 | 1110 | 11010100 | 1000001 | 111100 |
Color Harmonies of #5795DB
Complementary color
Monochromatic Colors of #5795DB
Black with #5795DB
Text Example
Text Example
White with #5795DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5795DB; }
p { color: rgb(87,149,219); }
H1.HeaderClassName
{
color: #5795DB;
}
.AnyTagClassName
{
color: #5795DB;
}
</style>
background-color css
<style>
a { background-color: #5795DB; }
a { background-color: rgb(87,149,219); }
div.DivClassName
{
background-color: #5795DB;
}
.BgClassName
{
background-color: #5795DB;
}
</style>
border-color css
<style>
span { border-color: #5795DB; }
span { border-color: rgb(87,149,219); }
td.TdClassName
{
border-color: #5795DB;
}
.TagClassName
{
border-color: #5795DB;
}
</style>