Shades of Picton Blue #5C9CCE
Tints of Picton Blue #5C9CCE
RGB
CMYK
RGB Variations
Color information
#5C9CCE (or 0x5C9CCE) is known color: Picton Blue. HEX triplet: 5C, 9C and CE. RGB value is (92,156,206). Sum of RGB (Red+Green+Blue) = 92+156+206=454 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.26% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C9CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9CCE is #A36331. Grayscale: #8E8E8E. Windows color (decimal): -10707762 or 13540444. OLE color: 13540444.
HSL color Cylindrical-coordinate representation of color #5C9CCE: hue angle of 206.32º 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 #5C9CCE is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 156 | 206 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.19 |
| HSL | 206.32º | 0.54% | 0.58% | - |
| HSV(B) | 206.32º | 0.55% | 0.81% | - |
| XYZ | 27.44 | 30.51 | 62.83 | - |
| YUV | 142.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 156 | 206 | 0.55 | 0.24 | 0 | 0.19 | 206.32 | 0.54 | 0.58 |
| Hex | 5C | 9C | CE | 37 | 18 | 0 | 13 | CE | 36 | 3A |
| Octal | 134 | 234 | 316 | 67 | 30 | 0 | 23 | 316 | 66 | 72 |
| Binary | 1011100 | 10011100 | 11001110 | 110111 | 11000 | 0 | 10011 | 11001110 | 110110 | 111010 |
Color Harmonies of #5C9CCE
Complementary color
Monochromatic Colors of #5C9CCE
Black with #5C9CCE
Text Example
Text Example
White with #5C9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9CCE; }
p { color: rgb(92,156,206); }
H1.HeaderClassName
{
color: #5C9CCE;
}
.AnyTagClassName
{
color: #5C9CCE;
}
</style>
background-color css
<style>
a { background-color: #5C9CCE; }
a { background-color: rgb(92,156,206); }
div.DivClassName
{
background-color: #5C9CCE;
}
.BgClassName
{
background-color: #5C9CCE;
}
</style>
border-color css
<style>
span { border-color: #5C9CCE; }
span { border-color: rgb(92,156,206); }
td.TdClassName
{
border-color: #5C9CCE;
}
.TagClassName
{
border-color: #5C9CCE;
}
</style>