Shades of Kingfisher Daisy #5F3A82
Tints of Kingfisher Daisy #5F3A82
RGB
CMYK
RGB Variations
Color information
#5F3A82 (or 0x5F3A82) is known color: Kingfisher Daisy. HEX triplet: 5F, 3A and 82. RGB value is (95,58,130). Sum of RGB (Red+Green+Blue) = 95+58+130=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F3A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3A82 is #A0C57D. Grayscale: #4D4D4D. Windows color (decimal): -10536318 or 8534623. OLE color: 8534623.
HSL color Cylindrical-coordinate representation of color #5F3A82: hue angle of 270.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F3A82 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 58 | 130 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.49 |
| HSL | 270.83º | 0.38% | 0.37% | - |
| HSV(B) | 270.83º | 0.55% | 0.51% | - |
| XYZ | 10.26 | 7.07 | 21.94 | - |
| YUV | 77.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 58 | 130 | 0.27 | 0.55 | 0 | 0.49 | 270.83 | 0.38 | 0.37 |
| Hex | 5F | 3A | 82 | 1B | 37 | 0 | 31 | 10F | 26 | 25 |
| Octal | 137 | 72 | 202 | 33 | 67 | 0 | 61 | 417 | 46 | 45 |
| Binary | 1011111 | 111010 | 10000010 | 11011 | 110111 | 0 | 110001 | 100001111 | 100110 | 100101 |
Color Harmonies of #5F3A82
Complementary color
Monochromatic Colors of #5F3A82
Black with #5F3A82
Text Example
Text Example
White with #5F3A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3A82; }
p { color: rgb(95,58,130); }
H1.HeaderClassName
{
color: #5F3A82;
}
.AnyTagClassName
{
color: #5F3A82;
}
</style>
background-color css
<style>
a { background-color: #5F3A82; }
a { background-color: rgb(95,58,130); }
div.DivClassName
{
background-color: #5F3A82;
}
.BgClassName
{
background-color: #5F3A82;
}
</style>
border-color css
<style>
span { border-color: #5F3A82; }
span { border-color: rgb(95,58,130); }
td.TdClassName
{
border-color: #5F3A82;
}
.TagClassName
{
border-color: #5F3A82;
}
</style>