Shades of Picton Blue #5F9CDC
Tints of Picton Blue #5F9CDC
RGB
CMYK
RGB Variations
Color information
#5F9CDC (or 0x5F9CDC) is known color: Picton Blue. HEX triplet: 5F, 9C and DC. RGB value is (95,156,220). Sum of RGB (Red+Green+Blue) = 95+156+220=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F9CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9CDC is #A06323. Grayscale: #909090. Windows color (decimal): -10511140 or 14457951. OLE color: 14457951.
HSL color Cylindrical-coordinate representation of color #5F9CDC: hue angle of 210.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F9CDC is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 156 | 220 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.14 |
| HSL | 210.72º | 0.64% | 0.62% | - |
| HSV(B) | 210.72º | 0.57% | 0.86% | - |
| XYZ | 29.53 | 31.38 | 72.21 | - |
| YUV | 145.06 | 170.29 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 156 | 220 | 0.57 | 0.29 | 0 | 0.14 | 210.72 | 0.64 | 0.62 |
| Hex | 5F | 9C | DC | 39 | 1D | 0 | E | D3 | 40 | 3E |
| Octal | 137 | 234 | 334 | 71 | 35 | 0 | 16 | 323 | 100 | 76 |
| Binary | 1011111 | 10011100 | 11011100 | 111001 | 11101 | 0 | 1110 | 11010011 | 1000000 | 111110 |
Color Harmonies of #5F9CDC
Complementary color
Monochromatic Colors of #5F9CDC
Black with #5F9CDC
Text Example
Text Example
White with #5F9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9CDC; }
p { color: rgb(95,156,220); }
H1.HeaderClassName
{
color: #5F9CDC;
}
.AnyTagClassName
{
color: #5F9CDC;
}
</style>
background-color css
<style>
a { background-color: #5F9CDC; }
a { background-color: rgb(95,156,220); }
div.DivClassName
{
background-color: #5F9CDC;
}
.BgClassName
{
background-color: #5F9CDC;
}
</style>
border-color css
<style>
span { border-color: #5F9CDC; }
span { border-color: rgb(95,156,220); }
td.TdClassName
{
border-color: #5F9CDC;
}
.TagClassName
{
border-color: #5F9CDC;
}
</style>