Shades of Picton Blue #5F98DC
Tints of Picton Blue #5F98DC
RGB
CMYK
RGB Variations
Color information
#5F98DC (or 0x5F98DC) is known color: Picton Blue. HEX triplet: 5F, 98 and DC. RGB value is (95,152,220). Sum of RGB (Red+Green+Blue) = 95+152+220=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F98DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F98DC is #A06723. Grayscale: #8E8E8E. Windows color (decimal): -10512164 or 14456927. OLE color: 14456927.
HSL color Cylindrical-coordinate representation of color #5F98DC: hue angle of 212.64º 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 #5F98DC is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 152 | 220 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.14 |
| HSL | 212.64º | 0.64% | 0.62% | - |
| HSV(B) | 212.64º | 0.57% | 0.86% | - |
| XYZ | 28.87 | 30.06 | 71.99 | - |
| YUV | 142.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 152 | 220 | 0.57 | 0.31 | 0 | 0.14 | 212.64 | 0.64 | 0.62 |
| Hex | 5F | 98 | DC | 39 | 1F | 0 | E | D5 | 40 | 3E |
| Octal | 137 | 230 | 334 | 71 | 37 | 0 | 16 | 325 | 100 | 76 |
| Binary | 1011111 | 10011000 | 11011100 | 111001 | 11111 | 0 | 1110 | 11010101 | 1000000 | 111110 |
Color Harmonies of #5F98DC
Complementary color
Monochromatic Colors of #5F98DC
Black with #5F98DC
Text Example
Text Example
White with #5F98DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F98DC; }
p { color: rgb(95,152,220); }
H1.HeaderClassName
{
color: #5F98DC;
}
.AnyTagClassName
{
color: #5F98DC;
}
</style>
background-color css
<style>
a { background-color: #5F98DC; }
a { background-color: rgb(95,152,220); }
div.DivClassName
{
background-color: #5F98DC;
}
.BgClassName
{
background-color: #5F98DC;
}
</style>
border-color css
<style>
span { border-color: #5F98DC; }
span { border-color: rgb(95,152,220); }
td.TdClassName
{
border-color: #5F98DC;
}
.TagClassName
{
border-color: #5F98DC;
}
</style>