Shades of Kingfisher Daisy #5F4082
Tints of Kingfisher Daisy #5F4082
RGB
CMYK
RGB Variations
Color information
#5F4082 (or 0x5F4082) is known color: Kingfisher Daisy. HEX triplet: 5F, 40 and 82. RGB value is (95,64,130). Sum of RGB (Red+Green+Blue) = 95+64+130=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F4082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4082 is #A0BF7D. Grayscale: #505050. Windows color (decimal): -10534782 or 8536159. OLE color: 8536159.
HSL color Cylindrical-coordinate representation of color #5F4082: hue angle of 268.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F4082 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 64 | 130 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.49 |
| HSL | 268.18º | 0.34% | 0.38% | - |
| HSV(B) | 268.18º | 0.51% | 0.51% | - |
| XYZ | 10.58 | 7.71 | 22.05 | - |
| YUV | 80.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 130 | 0.27 | 0.51 | 0 | 0.49 | 268.18 | 0.34 | 0.38 |
| Hex | 5F | 40 | 82 | 1B | 33 | 0 | 31 | 10C | 22 | 26 |
| Octal | 137 | 100 | 202 | 33 | 63 | 0 | 61 | 414 | 42 | 46 |
| Binary | 1011111 | 1000000 | 10000010 | 11011 | 110011 | 0 | 110001 | 100001100 | 100010 | 100110 |
Color Harmonies of #5F4082
Complementary color
Monochromatic Colors of #5F4082
Black with #5F4082
Text Example
Text Example
White with #5F4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4082; }
p { color: rgb(95,64,130); }
H1.HeaderClassName
{
color: #5F4082;
}
.AnyTagClassName
{
color: #5F4082;
}
</style>
background-color css
<style>
a { background-color: #5F4082; }
a { background-color: rgb(95,64,130); }
div.DivClassName
{
background-color: #5F4082;
}
.BgClassName
{
background-color: #5F4082;
}
</style>
border-color css
<style>
span { border-color: #5F4082; }
span { border-color: rgb(95,64,130); }
td.TdClassName
{
border-color: #5F4082;
}
.TagClassName
{
border-color: #5F4082;
}
</style>