Shades of Picton Blue #5592D1
Tints of Picton Blue #5592D1
RGB
CMYK
RGB Variations
Color information
#5592D1 (or 0x5592D1) is known color: Picton Blue. HEX triplet: 55, 92 and D1. RGB value is (85,146,209). Sum of RGB (Red+Green+Blue) = 85+146+209=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #5592D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5592D1 is #AA6D2E. Grayscale: #868686. Windows color (decimal): -11169071 or 13734485. OLE color: 13734485.
HSL color Cylindrical-coordinate representation of color #5592D1: hue angle of 210.48º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5592D1 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 146 | 209 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.18 |
| HSL | 210.48º | 0.57% | 0.58% | - |
| HSV(B) | 210.48º | 0.59% | 0.82% | - |
| XYZ | 25.53 | 27.09 | 64.21 | - |
| YUV | 134.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 209 | 0.59 | 0.30 | 0 | 0.18 | 210.48 | 0.57 | 0.58 |
| Hex | 55 | 92 | D1 | 3B | 1E | 0 | 12 | D2 | 39 | 3A |
| Octal | 125 | 222 | 321 | 73 | 36 | 0 | 22 | 322 | 71 | 72 |
| Binary | 1010101 | 10010010 | 11010001 | 111011 | 11110 | 0 | 10010 | 11010010 | 111001 | 111010 |
Color Harmonies of #5592D1
Complementary color
Monochromatic Colors of #5592D1
Black with #5592D1
Text Example
Text Example
White with #5592D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5592D1; }
p { color: rgb(85,146,209); }
H1.HeaderClassName
{
color: #5592D1;
}
.AnyTagClassName
{
color: #5592D1;
}
</style>
background-color css
<style>
a { background-color: #5592D1; }
a { background-color: rgb(85,146,209); }
div.DivClassName
{
background-color: #5592D1;
}
.BgClassName
{
background-color: #5592D1;
}
</style>
border-color css
<style>
span { border-color: #5592D1; }
span { border-color: rgb(85,146,209); }
td.TdClassName
{
border-color: #5592D1;
}
.TagClassName
{
border-color: #5592D1;
}
</style>