Shades of Picton Blue #5596C5
Tints of Picton Blue #5596C5
RGB
CMYK
RGB Variations
Color information
#5596C5 (or 0x5596C5) is known color: Picton Blue. HEX triplet: 55, 96 and C5. RGB value is (85,150,197). Sum of RGB (Red+Green+Blue) = 85+150+197=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #5596C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5596C5 is #AA693A. Grayscale: #878787. Windows color (decimal): -11168059 or 12949077. OLE color: 12949077.
HSL color Cylindrical-coordinate representation of color #5596C5: hue angle of 205.18º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5596C5 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 150 | 197 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.23 |
| HSL | 205.18º | 0.49% | 0.55% | - |
| HSV(B) | 205.18º | 0.57% | 0.77% | - |
| XYZ | 24.73 | 27.78 | 56.88 | - |
| YUV | 135.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 197 | 0.57 | 0.24 | 0 | 0.23 | 205.18 | 0.49 | 0.55 |
| Hex | 55 | 96 | C5 | 39 | 18 | 0 | 17 | CD | 31 | 37 |
| Octal | 125 | 226 | 305 | 71 | 30 | 0 | 27 | 315 | 61 | 67 |
| Binary | 1010101 | 10010110 | 11000101 | 111001 | 11000 | 0 | 10111 | 11001101 | 110001 | 110111 |
Color Harmonies of #5596C5
Complementary color
Monochromatic Colors of #5596C5
Black with #5596C5
Text Example
Text Example
White with #5596C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5596C5; }
p { color: rgb(85,150,197); }
H1.HeaderClassName
{
color: #5596C5;
}
.AnyTagClassName
{
color: #5596C5;
}
</style>
background-color css
<style>
a { background-color: #5596C5; }
a { background-color: rgb(85,150,197); }
div.DivClassName
{
background-color: #5596C5;
}
.BgClassName
{
background-color: #5596C5;
}
</style>
border-color css
<style>
span { border-color: #5596C5; }
span { border-color: rgb(85,150,197); }
td.TdClassName
{
border-color: #5596C5;
}
.TagClassName
{
border-color: #5596C5;
}
</style>