Shades of Picton Blue #5C9ECE
Tints of Picton Blue #5C9ECE
RGB
CMYK
RGB Variations
Color information
#5C9ECE (or 0x5C9ECE) is known color: Picton Blue. HEX triplet: 5C, 9E and CE. RGB value is (92,158,206). Sum of RGB (Red+Green+Blue) = 92+158+206=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C9ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9ECE is #A36131. Grayscale: #8F8F8F. Windows color (decimal): -10707250 or 13540956. OLE color: 13540956.
HSL color Cylindrical-coordinate representation of color #5C9ECE: hue angle of 205.26º 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 #5C9ECE is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 158 | 206 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.19 |
| HSL | 205.26º | 0.54% | 0.58% | - |
| HSV(B) | 205.26º | 0.55% | 0.81% | - |
| XYZ | 27.78 | 31.19 | 62.95 | - |
| YUV | 143.74 | 163.13 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 158 | 206 | 0.55 | 0.23 | 0 | 0.19 | 205.26 | 0.54 | 0.58 |
| Hex | 5C | 9E | CE | 37 | 17 | 0 | 13 | CD | 36 | 3A |
| Octal | 134 | 236 | 316 | 67 | 27 | 0 | 23 | 315 | 66 | 72 |
| Binary | 1011100 | 10011110 | 11001110 | 110111 | 10111 | 0 | 10011 | 11001101 | 110110 | 111010 |
Color Harmonies of #5C9ECE
Complementary color
Monochromatic Colors of #5C9ECE
Black with #5C9ECE
Text Example
Text Example
White with #5C9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9ECE; }
p { color: rgb(92,158,206); }
H1.HeaderClassName
{
color: #5C9ECE;
}
.AnyTagClassName
{
color: #5C9ECE;
}
</style>
background-color css
<style>
a { background-color: #5C9ECE; }
a { background-color: rgb(92,158,206); }
div.DivClassName
{
background-color: #5C9ECE;
}
.BgClassName
{
background-color: #5C9ECE;
}
</style>
border-color css
<style>
span { border-color: #5C9ECE; }
span { border-color: rgb(92,158,206); }
td.TdClassName
{
border-color: #5C9ECE;
}
.TagClassName
{
border-color: #5C9ECE;
}
</style>