Shades of Picton Blue #5C95CE
Tints of Picton Blue #5C95CE
RGB
CMYK
RGB Variations
Color information
#5C95CE (or 0x5C95CE) is known color: Picton Blue. HEX triplet: 5C, 95 and CE. RGB value is (92,149,206). Sum of RGB (Red+Green+Blue) = 92+149+206=447 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.58% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C95CE is #A36A31. Grayscale: #8A8A8A. Windows color (decimal): -10709554 or 13538652. OLE color: 13538652.
HSL color Cylindrical-coordinate representation of color #5C95CE: hue angle of 210º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C95CE is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 149 | 206 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.19 |
| HSL | 210º | 0.54% | 0.58% | - |
| HSV(B) | 210º | 0.55% | 0.81% | - |
| XYZ | 26.3 | 28.23 | 62.45 | - |
| YUV | 138.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 149 | 206 | 0.55 | 0.28 | 0 | 0.19 | 210 | 0.54 | 0.58 |
| Hex | 5C | 95 | CE | 37 | 1C | 0 | 13 | D2 | 36 | 3A |
| Octal | 134 | 225 | 316 | 67 | 34 | 0 | 23 | 322 | 66 | 72 |
| Binary | 1011100 | 10010101 | 11001110 | 110111 | 11100 | 0 | 10011 | 11010010 | 110110 | 111010 |
Color Harmonies of #5C95CE
Complementary color
Monochromatic Colors of #5C95CE
Black with #5C95CE
Text Example
Text Example
White with #5C95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C95CE; }
p { color: rgb(92,149,206); }
H1.HeaderClassName
{
color: #5C95CE;
}
.AnyTagClassName
{
color: #5C95CE;
}
</style>
background-color css
<style>
a { background-color: #5C95CE; }
a { background-color: rgb(92,149,206); }
div.DivClassName
{
background-color: #5C95CE;
}
.BgClassName
{
background-color: #5C95CE;
}
</style>
border-color css
<style>
span { border-color: #5C95CE; }
span { border-color: rgb(92,149,206); }
td.TdClassName
{
border-color: #5C95CE;
}
.TagClassName
{
border-color: #5C95CE;
}
</style>