Shades of Picton Blue #5893D0
Tints of Picton Blue #5893D0
RGB
CMYK
RGB Variations
Color information
#5893D0 (or 0x5893D0) is known color: Picton Blue. HEX triplet: 58, 93 and D0. RGB value is (88,147,208). Sum of RGB (Red+Green+Blue) = 88+147+208=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #5893D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5893D0 is #A76C2F. Grayscale: #888888. Windows color (decimal): -10972208 or 13669208. OLE color: 13669208.
HSL color Cylindrical-coordinate representation of color #5893D0: hue angle of 210.5º 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 #5893D0 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 147 | 208 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.18 |
| HSL | 210.5º | 0.56% | 0.58% | - |
| HSV(B) | 210.5º | 0.58% | 0.82% | - |
| XYZ | 25.84 | 27.5 | 63.62 | - |
| YUV | 136.31 | 168.45 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 208 | 0.58 | 0.29 | 0 | 0.18 | 210.5 | 0.56 | 0.58 |
| Hex | 58 | 93 | D0 | 3A | 1D | 0 | 12 | D2 | 38 | 3A |
| Octal | 130 | 223 | 320 | 72 | 35 | 0 | 22 | 322 | 70 | 72 |
| Binary | 1011000 | 10010011 | 11010000 | 111010 | 11101 | 0 | 10010 | 11010010 | 111000 | 111010 |
Color Harmonies of #5893D0
Complementary color
Monochromatic Colors of #5893D0
Black with #5893D0
Text Example
Text Example
White with #5893D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5893D0; }
p { color: rgb(88,147,208); }
H1.HeaderClassName
{
color: #5893D0;
}
.AnyTagClassName
{
color: #5893D0;
}
</style>
background-color css
<style>
a { background-color: #5893D0; }
a { background-color: rgb(88,147,208); }
div.DivClassName
{
background-color: #5893D0;
}
.BgClassName
{
background-color: #5893D0;
}
</style>
border-color css
<style>
span { border-color: #5893D0; }
span { border-color: rgb(88,147,208); }
td.TdClassName
{
border-color: #5893D0;
}
.TagClassName
{
border-color: #5893D0;
}
</style>