Shades of Picton Blue #5599CC
Tints of Picton Blue #5599CC
RGB
CMYK
RGB Variations
Color information
#5599CC (or 0x5599CC) is known color: Picton Blue. HEX triplet: 55, 99 and CC. RGB value is (85,153,204). Sum of RGB (Red+Green+Blue) = 85+153+204=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #5599CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599CC is #AA6633. Grayscale: #8A8A8A. Windows color (decimal): -11167284 or 13408597. OLE color: 13408597.
HSL color Cylindrical-coordinate representation of color #5599CC: hue angle of 205.71º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5599CC is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 153 | 204 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.2 |
| HSL | 205.71º | 0.54% | 0.57% | - |
| HSV(B) | 205.71º | 0.58% | 0.8% | - |
| XYZ | 26.04 | 29.07 | 61.37 | - |
| YUV | 138.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 204 | 0.58 | 0.25 | 0 | 0.2 | 205.71 | 0.54 | 0.57 |
| Hex | 55 | 99 | CC | 3A | 19 | 0 | 14 | CE | 36 | 39 |
| Octal | 125 | 231 | 314 | 72 | 31 | 0 | 24 | 316 | 66 | 71 |
| Binary | 1010101 | 10011001 | 11001100 | 111010 | 11001 | 0 | 10100 | 11001110 | 110110 | 111001 |
Color Harmonies of #5599CC
Complementary color
Monochromatic Colors of #5599CC
Black with #5599CC
Text Example
Text Example
White with #5599CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5599CC; }
p { color: rgb(85,153,204); }
H1.HeaderClassName
{
color: #5599CC;
}
.AnyTagClassName
{
color: #5599CC;
}
</style>
background-color css
<style>
a { background-color: #5599CC; }
a { background-color: rgb(85,153,204); }
div.DivClassName
{
background-color: #5599CC;
}
.BgClassName
{
background-color: #5599CC;
}
</style>
border-color css
<style>
span { border-color: #5599CC; }
span { border-color: rgb(85,153,204); }
td.TdClassName
{
border-color: #5599CC;
}
.TagClassName
{
border-color: #5599CC;
}
</style>