Shades of Picton Blue #5594CC
Tints of Picton Blue #5594CC
RGB
CMYK
RGB Variations
Color information
#5594CC (or 0x5594CC) is known color: Picton Blue. HEX triplet: 55, 94 and CC. RGB value is (85,148,204). Sum of RGB (Red+Green+Blue) = 85+148+204=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #5594CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5594CC is #AA6B33. Grayscale: #878787. Windows color (decimal): -11168564 or 13407317. OLE color: 13407317.
HSL color Cylindrical-coordinate representation of color #5594CC: hue angle of 208.24º 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 #5594CC is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 148 | 204 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.2 |
| HSL | 208.24º | 0.54% | 0.57% | - |
| HSV(B) | 208.24º | 0.58% | 0.8% | - |
| XYZ | 25.24 | 27.47 | 61.1 | - |
| YUV | 135.55 | 166.63 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 204 | 0.58 | 0.27 | 0 | 0.2 | 208.24 | 0.54 | 0.57 |
| Hex | 55 | 94 | CC | 3A | 1B | 0 | 14 | D0 | 36 | 39 |
| Octal | 125 | 224 | 314 | 72 | 33 | 0 | 24 | 320 | 66 | 71 |
| Binary | 1010101 | 10010100 | 11001100 | 111010 | 11011 | 0 | 10100 | 11010000 | 110110 | 111001 |
Color Harmonies of #5594CC
Complementary color
Monochromatic Colors of #5594CC
Black with #5594CC
Text Example
Text Example
White with #5594CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5594CC; }
p { color: rgb(85,148,204); }
H1.HeaderClassName
{
color: #5594CC;
}
.AnyTagClassName
{
color: #5594CC;
}
</style>
background-color css
<style>
a { background-color: #5594CC; }
a { background-color: rgb(85,148,204); }
div.DivClassName
{
background-color: #5594CC;
}
.BgClassName
{
background-color: #5594CC;
}
</style>
border-color css
<style>
span { border-color: #5594CC; }
span { border-color: rgb(85,148,204); }
td.TdClassName
{
border-color: #5594CC;
}
.TagClassName
{
border-color: #5594CC;
}
</style>