Shades of Picton Blue #5597DC
Tints of Picton Blue #5597DC
RGB
CMYK
RGB Variations
Color information
#5597DC (or 0x5597DC) is known color: Picton Blue. HEX triplet: 55, 97 and DC. RGB value is (85,151,220). Sum of RGB (Red+Green+Blue) = 85+151+220=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #5597DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5597DC is #AA6823. Grayscale: #8A8A8A. Windows color (decimal): -11167780 or 14456661. OLE color: 14456661.
HSL color Cylindrical-coordinate representation of color #5597DC: hue angle of 210.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5597DC is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 151 | 220 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.14 |
| HSL | 210.67º | 0.66% | 0.6% | - |
| HSV(B) | 210.67º | 0.61% | 0.86% | - |
| XYZ | 27.73 | 29.23 | 71.89 | - |
| YUV | 139.13 | 173.63 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 220 | 0.61 | 0.31 | 0 | 0.14 | 210.67 | 0.66 | 0.6 |
| Hex | 55 | 97 | DC | 3D | 1F | 0 | E | D3 | 42 | 3C |
| Octal | 125 | 227 | 334 | 75 | 37 | 0 | 16 | 323 | 102 | 74 |
| Binary | 1010101 | 10010111 | 11011100 | 111101 | 11111 | 0 | 1110 | 11010011 | 1000010 | 111100 |
Color Harmonies of #5597DC
Complementary color
Monochromatic Colors of #5597DC
Black with #5597DC
Text Example
Text Example
White with #5597DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5597DC; }
p { color: rgb(85,151,220); }
H1.HeaderClassName
{
color: #5597DC;
}
.AnyTagClassName
{
color: #5597DC;
}
</style>
background-color css
<style>
a { background-color: #5597DC; }
a { background-color: rgb(85,151,220); }
div.DivClassName
{
background-color: #5597DC;
}
.BgClassName
{
background-color: #5597DC;
}
</style>
border-color css
<style>
span { border-color: #5597DC; }
span { border-color: rgb(85,151,220); }
td.TdClassName
{
border-color: #5597DC;
}
.TagClassName
{
border-color: #5597DC;
}
</style>