Shades of Picton Blue #5C9FCC
Tints of Picton Blue #5C9FCC
RGB
CMYK
RGB Variations
Color information
#5C9FCC (or 0x5C9FCC) is known color: Picton Blue. HEX triplet: 5C, 9F and CC. RGB value is (92,159,204). Sum of RGB (Red+Green+Blue) = 92+159+204=455 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.22% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9FCC is #A36033. Grayscale: #8F8F8F. Windows color (decimal): -10706996 or 13410140. OLE color: 13410140.
HSL color Cylindrical-coordinate representation of color #5C9FCC: hue angle of 204.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C9FCC is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 159 | 204 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.2 |
| HSL | 204.11º | 0.52% | 0.58% | - |
| HSV(B) | 204.11º | 0.55% | 0.8% | - |
| XYZ | 27.71 | 31.43 | 61.73 | - |
| YUV | 144.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 159 | 204 | 0.55 | 0.22 | 0 | 0.2 | 204.11 | 0.52 | 0.58 |
| Hex | 5C | 9F | CC | 37 | 16 | 0 | 14 | CC | 34 | 3A |
| Octal | 134 | 237 | 314 | 67 | 26 | 0 | 24 | 314 | 64 | 72 |
| Binary | 1011100 | 10011111 | 11001100 | 110111 | 10110 | 0 | 10100 | 11001100 | 110100 | 111010 |
Color Harmonies of #5C9FCC
Complementary color
Monochromatic Colors of #5C9FCC
Black with #5C9FCC
Text Example
Text Example
White with #5C9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9FCC; }
p { color: rgb(92,159,204); }
H1.HeaderClassName
{
color: #5C9FCC;
}
.AnyTagClassName
{
color: #5C9FCC;
}
</style>
background-color css
<style>
a { background-color: #5C9FCC; }
a { background-color: rgb(92,159,204); }
div.DivClassName
{
background-color: #5C9FCC;
}
.BgClassName
{
background-color: #5C9FCC;
}
</style>
border-color css
<style>
span { border-color: #5C9FCC; }
span { border-color: rgb(92,159,204); }
td.TdClassName
{
border-color: #5C9FCC;
}
.TagClassName
{
border-color: #5C9FCC;
}
</style>