Shades of Picton Blue #5594CB
Tints of Picton Blue #5594CB
RGB
CMYK
RGB Variations
Color information
#5594CB (or 0x5594CB) is known color: Picton Blue. HEX triplet: 55, 94 and CB. RGB value is (85,148,203). Sum of RGB (Red+Green+Blue) = 85+148+203=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #5594CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5594CB is #AA6B34. Grayscale: #878787. Windows color (decimal): -11168565 or 13341781. OLE color: 13341781.
HSL color Cylindrical-coordinate representation of color #5594CB: hue angle of 207.97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5594CB is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 148 | 203 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.20 |
| HSL | 207.97º | 0.53% | 0.56% | - |
| HSV(B) | 207.97º | 0.58% | 0.8% | - |
| XYZ | 25.12 | 27.42 | 60.47 | - |
| YUV | 135.43 | 166.13 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 203 | 0.58 | 0.27 | 0 | 0.20 | 207.97 | 0.53 | 0.56 |
| Hex | 55 | 94 | CB | 3A | 1B | 0 | 14 | D0 | 35 | 38 |
| Octal | 125 | 224 | 313 | 72 | 33 | 0 | 24 | 320 | 65 | 70 |
| Binary | 1010101 | 10010100 | 11001011 | 111010 | 11011 | 0 | 10100 | 11010000 | 110101 | 111000 |
Color Harmonies of #5594CB
Complementary color
Monochromatic Colors of #5594CB
Black with #5594CB
Text Example
Text Example
White with #5594CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5594CB; }
p { color: rgb(85,148,203); }
H1.HeaderClassName
{
color: #5594CB;
}
.AnyTagClassName
{
color: #5594CB;
}
</style>
background-color css
<style>
a { background-color: #5594CB; }
a { background-color: rgb(85,148,203); }
div.DivClassName
{
background-color: #5594CB;
}
.BgClassName
{
background-color: #5594CB;
}
</style>
border-color css
<style>
span { border-color: #5594CB; }
span { border-color: rgb(85,148,203); }
td.TdClassName
{
border-color: #5594CB;
}
.TagClassName
{
border-color: #5594CB;
}
</style>