Shades of Picton Blue #5F9BDC
Tints of Picton Blue #5F9BDC
RGB
CMYK
RGB Variations
Color information
#5F9BDC (or 0x5F9BDC) is known color: Picton Blue. HEX triplet: 5F, 9B and DC. RGB value is (95,155,220). Sum of RGB (Red+Green+Blue) = 95+155+220=470 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.21% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F9BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9BDC is #A06423. Grayscale: #909090. Windows color (decimal): -10511396 or 14457695. OLE color: 14457695.
HSL color Cylindrical-coordinate representation of color #5F9BDC: hue angle of 211.2º 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 #5F9BDC is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 155 | 220 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.14 |
| HSL | 211.2º | 0.64% | 0.62% | - |
| HSV(B) | 211.2º | 0.57% | 0.86% | - |
| XYZ | 29.36 | 31.04 | 72.15 | - |
| YUV | 144.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 220 | 0.57 | 0.30 | 0 | 0.14 | 211.2 | 0.64 | 0.62 |
| Hex | 5F | 9B | DC | 39 | 1E | 0 | E | D3 | 40 | 3E |
| Octal | 137 | 233 | 334 | 71 | 36 | 0 | 16 | 323 | 100 | 76 |
| Binary | 1011111 | 10011011 | 11011100 | 111001 | 11110 | 0 | 1110 | 11010011 | 1000000 | 111110 |
Color Harmonies of #5F9BDC
Complementary color
Monochromatic Colors of #5F9BDC
Black with #5F9BDC
Text Example
Text Example
White with #5F9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9BDC; }
p { color: rgb(95,155,220); }
H1.HeaderClassName
{
color: #5F9BDC;
}
.AnyTagClassName
{
color: #5F9BDC;
}
</style>
background-color css
<style>
a { background-color: #5F9BDC; }
a { background-color: rgb(95,155,220); }
div.DivClassName
{
background-color: #5F9BDC;
}
.BgClassName
{
background-color: #5F9BDC;
}
</style>
border-color css
<style>
span { border-color: #5F9BDC; }
span { border-color: rgb(95,155,220); }
td.TdClassName
{
border-color: #5F9BDC;
}
.TagClassName
{
border-color: #5F9BDC;
}
</style>