Shades of Picton Blue #5FA4DB
Tints of Picton Blue #5FA4DB
RGB
CMYK
RGB Variations
Color information
#5FA4DB (or 0x5FA4DB) is known color: Picton Blue. HEX triplet: 5F, A4 and DB. RGB value is (95,164,219). Sum of RGB (Red+Green+Blue) = 95+164+219=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FA4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA4DB is #A05B24. Grayscale: #959595. Windows color (decimal): -10509093 or 14394463. OLE color: 14394463.
HSL color Cylindrical-coordinate representation of color #5FA4DB: hue angle of 206.61º 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 #5FA4DB is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 164 | 219 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.14 |
| HSL | 206.61º | 0.63% | 0.62% | - |
| HSV(B) | 206.61º | 0.57% | 0.86% | - |
| XYZ | 30.78 | 34.1 | 71.98 | - |
| YUV | 149.64 | 167.14 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 219 | 0.57 | 0.25 | 0 | 0.14 | 206.61 | 0.63 | 0.62 |
| Hex | 5F | A4 | DB | 39 | 19 | 0 | E | CF | 3F | 3E |
| Octal | 137 | 244 | 333 | 71 | 31 | 0 | 16 | 317 | 77 | 76 |
| Binary | 1011111 | 10100100 | 11011011 | 111001 | 11001 | 0 | 1110 | 11001111 | 111111 | 111110 |
Color Harmonies of #5FA4DB
Complementary color
Monochromatic Colors of #5FA4DB
Black with #5FA4DB
Text Example
Text Example
White with #5FA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA4DB; }
p { color: rgb(95,164,219); }
H1.HeaderClassName
{
color: #5FA4DB;
}
.AnyTagClassName
{
color: #5FA4DB;
}
</style>
background-color css
<style>
a { background-color: #5FA4DB; }
a { background-color: rgb(95,164,219); }
div.DivClassName
{
background-color: #5FA4DB;
}
.BgClassName
{
background-color: #5FA4DB;
}
</style>
border-color css
<style>
span { border-color: #5FA4DB; }
span { border-color: rgb(95,164,219); }
td.TdClassName
{
border-color: #5FA4DB;
}
.TagClassName
{
border-color: #5FA4DB;
}
</style>