Shades of Picton Blue #5F9DDB
Tints of Picton Blue #5F9DDB
RGB
CMYK
RGB Variations
Color information
#5F9DDB (or 0x5F9DDB) is known color: Picton Blue. HEX triplet: 5F, 9D and DB. RGB value is (95,157,219). Sum of RGB (Red+Green+Blue) = 95+157+219=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9DDB is #A06224. Grayscale: #919191. Windows color (decimal): -10510885 or 14392671. OLE color: 14392671.
HSL color Cylindrical-coordinate representation of color #5F9DDB: hue angle of 210º degrees, saturation: 0.63, 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 #5F9DDB is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 157 | 219 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.14 |
| HSL | 210º | 0.63% | 0.62% | - |
| HSV(B) | 210º | 0.57% | 0.86% | - |
| XYZ | 29.56 | 31.66 | 71.57 | - |
| YUV | 145.53 | 169.46 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 157 | 219 | 0.57 | 0.28 | 0 | 0.14 | 210 | 0.63 | 0.62 |
| Hex | 5F | 9D | DB | 39 | 1C | 0 | E | D2 | 3F | 3E |
| Octal | 137 | 235 | 333 | 71 | 34 | 0 | 16 | 322 | 77 | 76 |
| Binary | 1011111 | 10011101 | 11011011 | 111001 | 11100 | 0 | 1110 | 11010010 | 111111 | 111110 |
Color Harmonies of #5F9DDB
Complementary color
Monochromatic Colors of #5F9DDB
Black with #5F9DDB
Text Example
Text Example
White with #5F9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9DDB; }
p { color: rgb(95,157,219); }
H1.HeaderClassName
{
color: #5F9DDB;
}
.AnyTagClassName
{
color: #5F9DDB;
}
</style>
background-color css
<style>
a { background-color: #5F9DDB; }
a { background-color: rgb(95,157,219); }
div.DivClassName
{
background-color: #5F9DDB;
}
.BgClassName
{
background-color: #5F9DDB;
}
</style>
border-color css
<style>
span { border-color: #5F9DDB; }
span { border-color: rgb(95,157,219); }
td.TdClassName
{
border-color: #5F9DDB;
}
.TagClassName
{
border-color: #5F9DDB;
}
</style>