Shades of Picton Blue #5F9ECC
Tints of Picton Blue #5F9ECC
RGB
CMYK
RGB Variations
Color information
#5F9ECC (or 0x5F9ECC) is known color: Picton Blue. HEX triplet: 5F, 9E and CC. RGB value is (95,158,204). Sum of RGB (Red+Green+Blue) = 95+158+204=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F9ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9ECC is #A06133. Grayscale: #909090. Windows color (decimal): -10510644 or 13409887. OLE color: 13409887.
HSL color Cylindrical-coordinate representation of color #5F9ECC: hue angle of 205.32º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F9ECC is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 158 | 204 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.2 |
| HSL | 205.32º | 0.52% | 0.59% | - |
| HSV(B) | 205.32º | 0.53% | 0.8% | - |
| XYZ | 27.85 | 31.25 | 61.69 | - |
| YUV | 144.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 158 | 204 | 0.53 | 0.23 | 0 | 0.2 | 205.32 | 0.52 | 0.59 |
| Hex | 5F | 9E | CC | 35 | 17 | 0 | 14 | CD | 34 | 3B |
| Octal | 137 | 236 | 314 | 65 | 27 | 0 | 24 | 315 | 64 | 73 |
| Binary | 1011111 | 10011110 | 11001100 | 110101 | 10111 | 0 | 10100 | 11001101 | 110100 | 111011 |
Color Harmonies of #5F9ECC
Complementary color
Monochromatic Colors of #5F9ECC
Black with #5F9ECC
Text Example
Text Example
White with #5F9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9ECC; }
p { color: rgb(95,158,204); }
H1.HeaderClassName
{
color: #5F9ECC;
}
.AnyTagClassName
{
color: #5F9ECC;
}
</style>
background-color css
<style>
a { background-color: #5F9ECC; }
a { background-color: rgb(95,158,204); }
div.DivClassName
{
background-color: #5F9ECC;
}
.BgClassName
{
background-color: #5F9ECC;
}
</style>
border-color css
<style>
span { border-color: #5F9ECC; }
span { border-color: rgb(95,158,204); }
td.TdClassName
{
border-color: #5F9ECC;
}
.TagClassName
{
border-color: #5F9ECC;
}
</style>