Shades of Picton Blue #5FA8DB
Tints of Picton Blue #5FA8DB
RGB
CMYK
RGB Variations
Color information
#5FA8DB (or 0x5FA8DB) is known color: Picton Blue. HEX triplet: 5F, A8 and DB. RGB value is (95,168,219). Sum of RGB (Red+Green+Blue) = 95+168+219=482 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.71% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FA8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA8DB is #A05724. Grayscale: #979797. Windows color (decimal): -10508069 or 14395487. OLE color: 14395487.
HSL color Cylindrical-coordinate representation of color #5FA8DB: hue angle of 204.68º 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 #5FA8DB is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 168 | 219 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.14 |
| HSL | 204.68º | 0.63% | 0.62% | - |
| HSV(B) | 204.68º | 0.57% | 0.86% | - |
| XYZ | 31.51 | 35.55 | 72.22 | - |
| YUV | 151.99 | 165.82 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 219 | 0.57 | 0.23 | 0 | 0.14 | 204.68 | 0.63 | 0.62 |
| Hex | 5F | A8 | DB | 39 | 17 | 0 | E | CD | 3F | 3E |
| Octal | 137 | 250 | 333 | 71 | 27 | 0 | 16 | 315 | 77 | 76 |
| Binary | 1011111 | 10101000 | 11011011 | 111001 | 10111 | 0 | 1110 | 11001101 | 111111 | 111110 |
Color Harmonies of #5FA8DB
Complementary color
Monochromatic Colors of #5FA8DB
Black with #5FA8DB
Text Example
Text Example
White with #5FA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA8DB; }
p { color: rgb(95,168,219); }
H1.HeaderClassName
{
color: #5FA8DB;
}
.AnyTagClassName
{
color: #5FA8DB;
}
</style>
background-color css
<style>
a { background-color: #5FA8DB; }
a { background-color: rgb(95,168,219); }
div.DivClassName
{
background-color: #5FA8DB;
}
.BgClassName
{
background-color: #5FA8DB;
}
</style>
border-color css
<style>
span { border-color: #5FA8DB; }
span { border-color: rgb(95,168,219); }
td.TdClassName
{
border-color: #5FA8DB;
}
.TagClassName
{
border-color: #5FA8DB;
}
</style>