Shades of Picton Blue #5F9ADC
Tints of Picton Blue #5F9ADC
RGB
CMYK
RGB Variations
Color information
#5F9ADC (or 0x5F9ADC) is known color: Picton Blue. HEX triplet: 5F, 9A and DC. RGB value is (95,154,220). Sum of RGB (Red+Green+Blue) = 95+154+220=469 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.26% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9ADC is #A06523. Grayscale: #8F8F8F. Windows color (decimal): -10511652 or 14457439. OLE color: 14457439.
HSL color Cylindrical-coordinate representation of color #5F9ADC: hue angle of 211.68º 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 #5F9ADC is Cyan = 0.57, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 154 | 220 | - |
| CMYK | 0.57 | 0.3 | 0 | 0.14 |
| HSL | 211.68º | 0.64% | 0.62% | - |
| HSV(B) | 211.68º | 0.57% | 0.86% | - |
| XYZ | 29.19 | 30.71 | 72.1 | - |
| YUV | 143.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 154 | 220 | 0.57 | 0.3 | 0 | 0.14 | 211.68 | 0.64 | 0.62 |
| Hex | 5F | 9A | DC | 39 | 1E | 0 | E | D4 | 40 | 3E |
| Octal | 137 | 232 | 334 | 71 | 36 | 0 | 16 | 324 | 100 | 76 |
| Binary | 1011111 | 10011010 | 11011100 | 111001 | 11110 | 0 | 1110 | 11010100 | 1000000 | 111110 |
Color Harmonies of #5F9ADC
Complementary color
Monochromatic Colors of #5F9ADC
Black with #5F9ADC
Text Example
Text Example
White with #5F9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9ADC; }
p { color: rgb(95,154,220); }
H1.HeaderClassName
{
color: #5F9ADC;
}
.AnyTagClassName
{
color: #5F9ADC;
}
</style>
background-color css
<style>
a { background-color: #5F9ADC; }
a { background-color: rgb(95,154,220); }
div.DivClassName
{
background-color: #5F9ADC;
}
.BgClassName
{
background-color: #5F9ADC;
}
</style>
border-color css
<style>
span { border-color: #5F9ADC; }
span { border-color: rgb(95,154,220); }
td.TdClassName
{
border-color: #5F9ADC;
}
.TagClassName
{
border-color: #5F9ADC;
}
</style>