Shades of Picton Blue #5893D1
Tints of Picton Blue #5893D1
RGB
CMYK
RGB Variations
Color information
#5893D1 (or 0x5893D1) is known color: Picton Blue. HEX triplet: 58, 93 and D1. RGB value is (88,147,209). Sum of RGB (Red+Green+Blue) = 88+147+209=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #5893D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5893D1 is #A76C2E. Grayscale: #888888. Windows color (decimal): -10972207 or 13734744. OLE color: 13734744.
HSL color Cylindrical-coordinate representation of color #5893D1: hue angle of 210.74º degrees, saturation: 0.57, 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 #5893D1 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 147 | 209 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.18 |
| HSL | 210.74º | 0.57% | 0.58% | - |
| HSV(B) | 210.74º | 0.58% | 0.82% | - |
| XYZ | 25.97 | 27.55 | 64.27 | - |
| YUV | 136.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 209 | 0.58 | 0.30 | 0 | 0.18 | 210.74 | 0.57 | 0.58 |
| Hex | 58 | 93 | D1 | 3A | 1E | 0 | 12 | D3 | 39 | 3A |
| Octal | 130 | 223 | 321 | 72 | 36 | 0 | 22 | 323 | 71 | 72 |
| Binary | 1011000 | 10010011 | 11010001 | 111010 | 11110 | 0 | 10010 | 11010011 | 111001 | 111010 |
Color Harmonies of #5893D1
Complementary color
Monochromatic Colors of #5893D1
Black with #5893D1
Text Example
Text Example
White with #5893D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5893D1; }
p { color: rgb(88,147,209); }
H1.HeaderClassName
{
color: #5893D1;
}
.AnyTagClassName
{
color: #5893D1;
}
</style>
background-color css
<style>
a { background-color: #5893D1; }
a { background-color: rgb(88,147,209); }
div.DivClassName
{
background-color: #5893D1;
}
.BgClassName
{
background-color: #5893D1;
}
</style>
border-color css
<style>
span { border-color: #5893D1; }
span { border-color: rgb(88,147,209); }
td.TdClassName
{
border-color: #5893D1;
}
.TagClassName
{
border-color: #5893D1;
}
</style>