Shades of Picton Blue #5793DB
Tints of Picton Blue #5793DB
RGB
CMYK
RGB Variations
Color information
#5793DB (or 0x5793DB) is known color: Picton Blue. HEX triplet: 57, 93 and DB. RGB value is (87,147,219). Sum of RGB (Red+Green+Blue) = 87+147+219=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #5793DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5793DB is #A86C24. Grayscale: #888888. Windows color (decimal): -11037733 or 14390103. OLE color: 14390103.
HSL color Cylindrical-coordinate representation of color #5793DB: hue angle of 212.73º 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 #5793DB is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 147 | 219 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.14 |
| HSL | 212.73º | 0.65% | 0.6% | - |
| HSV(B) | 212.73º | 0.6% | 0.86% | - |
| XYZ | 27.15 | 28.01 | 70.99 | - |
| YUV | 137.27 | 174.12 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 147 | 219 | 0.60 | 0.33 | 0 | 0.14 | 212.73 | 0.65 | 0.6 |
| Hex | 57 | 93 | DB | 3C | 21 | 0 | E | D5 | 41 | 3C |
| Octal | 127 | 223 | 333 | 74 | 41 | 0 | 16 | 325 | 101 | 74 |
| Binary | 1010111 | 10010011 | 11011011 | 111100 | 100001 | 0 | 1110 | 11010101 | 1000001 | 111100 |
Color Harmonies of #5793DB
Complementary color
Monochromatic Colors of #5793DB
Black with #5793DB
Text Example
Text Example
White with #5793DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5793DB; }
p { color: rgb(87,147,219); }
H1.HeaderClassName
{
color: #5793DB;
}
.AnyTagClassName
{
color: #5793DB;
}
</style>
background-color css
<style>
a { background-color: #5793DB; }
a { background-color: rgb(87,147,219); }
div.DivClassName
{
background-color: #5793DB;
}
.BgClassName
{
background-color: #5793DB;
}
</style>
border-color css
<style>
span { border-color: #5793DB; }
span { border-color: rgb(87,147,219); }
td.TdClassName
{
border-color: #5793DB;
}
.TagClassName
{
border-color: #5793DB;
}
</style>