Shades of Picton Blue #5F97DB
Tints of Picton Blue #5F97DB
RGB
CMYK
RGB Variations
Color information
#5F97DB (or 0x5F97DB) is known color: Picton Blue. HEX triplet: 5F, 97 and DB. RGB value is (95,151,219). Sum of RGB (Red+Green+Blue) = 95+151+219=465 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.43% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F97DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F97DB is #A06824. Grayscale: #8D8D8D. Windows color (decimal): -10512421 or 14391135. OLE color: 14391135.
HSL color Cylindrical-coordinate representation of color #5F97DB: hue angle of 212.9º 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 #5F97DB is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 151 | 219 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.14 |
| HSL | 212.9º | 0.63% | 0.62% | - |
| HSV(B) | 212.9º | 0.57% | 0.86% | - |
| XYZ | 28.57 | 29.68 | 71.24 | - |
| YUV | 142.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 151 | 219 | 0.57 | 0.31 | 0 | 0.14 | 212.9 | 0.63 | 0.62 |
| Hex | 5F | 97 | DB | 39 | 1F | 0 | E | D5 | 3F | 3E |
| Octal | 137 | 227 | 333 | 71 | 37 | 0 | 16 | 325 | 77 | 76 |
| Binary | 1011111 | 10010111 | 11011011 | 111001 | 11111 | 0 | 1110 | 11010101 | 111111 | 111110 |
Color Harmonies of #5F97DB
Complementary color
Monochromatic Colors of #5F97DB
Black with #5F97DB
Text Example
Text Example
White with #5F97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F97DB; }
p { color: rgb(95,151,219); }
H1.HeaderClassName
{
color: #5F97DB;
}
.AnyTagClassName
{
color: #5F97DB;
}
</style>
background-color css
<style>
a { background-color: #5F97DB; }
a { background-color: rgb(95,151,219); }
div.DivClassName
{
background-color: #5F97DB;
}
.BgClassName
{
background-color: #5F97DB;
}
</style>
border-color css
<style>
span { border-color: #5F97DB; }
span { border-color: rgb(95,151,219); }
td.TdClassName
{
border-color: #5F97DB;
}
.TagClassName
{
border-color: #5F97DB;
}
</style>