Shades of Picton Blue #5993DB
Tints of Picton Blue #5993DB
RGB
CMYK
RGB Variations
Color information
#5993DB (or 0x5993DB) is known color: Picton Blue. HEX triplet: 59, 93 and DB. RGB value is (89,147,219). Sum of RGB (Red+Green+Blue) = 89+147+219=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 147 (57.81% from 255 or 32.31% 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 #5993DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5993DB is #A66C24. Grayscale: #898989. Windows color (decimal): -10906661 or 14390105. OLE color: 14390105.
HSL color Cylindrical-coordinate representation of color #5993DB: hue angle of 213.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5993DB is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 147 | 219 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.14 |
| HSL | 213.23º | 0.64% | 0.6% | - |
| HSV(B) | 213.23º | 0.59% | 0.86% | - |
| XYZ | 27.34 | 28.11 | 71 | - |
| YUV | 137.87 | 173.78 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 219 | 0.59 | 0.33 | 0 | 0.14 | 213.23 | 0.64 | 0.6 |
| Hex | 59 | 93 | DB | 3B | 21 | 0 | E | D5 | 40 | 3C |
| Octal | 131 | 223 | 333 | 73 | 41 | 0 | 16 | 325 | 100 | 74 |
| Binary | 1011001 | 10010011 | 11011011 | 111011 | 100001 | 0 | 1110 | 11010101 | 1000000 | 111100 |
Color Harmonies of #5993DB
Complementary color
Monochromatic Colors of #5993DB
Black with #5993DB
Text Example
Text Example
White with #5993DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5993DB; }
p { color: rgb(89,147,219); }
H1.HeaderClassName
{
color: #5993DB;
}
.AnyTagClassName
{
color: #5993DB;
}
</style>
background-color css
<style>
a { background-color: #5993DB; }
a { background-color: rgb(89,147,219); }
div.DivClassName
{
background-color: #5993DB;
}
.BgClassName
{
background-color: #5993DB;
}
</style>
border-color css
<style>
span { border-color: #5993DB; }
span { border-color: rgb(89,147,219); }
td.TdClassName
{
border-color: #5993DB;
}
.TagClassName
{
border-color: #5993DB;
}
</style>