Shades of Picton Blue #5895CE
Tints of Picton Blue #5895CE
RGB
CMYK
RGB Variations
Color information
#5895CE (or 0x5895CE) is known color: Picton Blue. HEX triplet: 58, 95 and CE. RGB value is (88,149,206). Sum of RGB (Red+Green+Blue) = 88+149+206=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #5895CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5895CE is #A76A31. Grayscale: #888888. Windows color (decimal): -10971698 or 13538648. OLE color: 13538648.
HSL color Cylindrical-coordinate representation of color #5895CE: hue angle of 208.98º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5895CE is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 149 | 206 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.19 |
| HSL | 208.98º | 0.55% | 0.58% | - |
| HSV(B) | 208.98º | 0.57% | 0.81% | - |
| XYZ | 25.91 | 28.03 | 62.44 | - |
| YUV | 137.26 | 166.79 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 149 | 206 | 0.57 | 0.28 | 0 | 0.19 | 208.98 | 0.55 | 0.58 |
| Hex | 58 | 95 | CE | 39 | 1C | 0 | 13 | D1 | 37 | 3A |
| Octal | 130 | 225 | 316 | 71 | 34 | 0 | 23 | 321 | 67 | 72 |
| Binary | 1011000 | 10010101 | 11001110 | 111001 | 11100 | 0 | 10011 | 11010001 | 110111 | 111010 |
Color Harmonies of #5895CE
Complementary color
Monochromatic Colors of #5895CE
Black with #5895CE
Text Example
Text Example
White with #5895CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5895CE; }
p { color: rgb(88,149,206); }
H1.HeaderClassName
{
color: #5895CE;
}
.AnyTagClassName
{
color: #5895CE;
}
</style>
background-color css
<style>
a { background-color: #5895CE; }
a { background-color: rgb(88,149,206); }
div.DivClassName
{
background-color: #5895CE;
}
.BgClassName
{
background-color: #5895CE;
}
</style>
border-color css
<style>
span { border-color: #5895CE; }
span { border-color: rgb(88,149,206); }
td.TdClassName
{
border-color: #5895CE;
}
.TagClassName
{
border-color: #5895CE;
}
</style>