Shades of Kingfisher Daisy #5F4380
Tints of Kingfisher Daisy #5F4380
RGB
CMYK
RGB Variations
Color information
#5F4380 (or 0x5F4380) is known color: Kingfisher Daisy. HEX triplet: 5F, 43 and 80. RGB value is (95,67,128). Sum of RGB (Red+Green+Blue) = 95+67+128=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #5F4380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4380 is #A0BC7F. Grayscale: #525252. Windows color (decimal): -10534016 or 8405855. OLE color: 8405855.
HSL color Cylindrical-coordinate representation of color #5F4380: hue angle of 267.54º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F4380 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 67 | 128 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.50 |
| HSL | 267.54º | 0.31% | 0.38% | - |
| HSV(B) | 267.54º | 0.48% | 0.5% | - |
| XYZ | 10.62 | 8.01 | 21.41 | - |
| YUV | 82.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 67 | 128 | 0.26 | 0.48 | 0 | 0.50 | 267.54 | 0.31 | 0.38 |
| Hex | 5F | 43 | 80 | 1A | 30 | 0 | 32 | 10C | 1F | 26 |
| Octal | 137 | 103 | 200 | 32 | 60 | 0 | 62 | 414 | 37 | 46 |
| Binary | 1011111 | 1000011 | 10000000 | 11010 | 110000 | 0 | 110010 | 100001100 | 11111 | 100110 |
Color Harmonies of #5F4380
Complementary color
Monochromatic Colors of #5F4380
Black with #5F4380
Text Example
Text Example
White with #5F4380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4380; }
p { color: rgb(95,67,128); }
H1.HeaderClassName
{
color: #5F4380;
}
.AnyTagClassName
{
color: #5F4380;
}
</style>
background-color css
<style>
a { background-color: #5F4380; }
a { background-color: rgb(95,67,128); }
div.DivClassName
{
background-color: #5F4380;
}
.BgClassName
{
background-color: #5F4380;
}
</style>
border-color css
<style>
span { border-color: #5F4380; }
span { border-color: rgb(95,67,128); }
td.TdClassName
{
border-color: #5F4380;
}
.TagClassName
{
border-color: #5F4380;
}
</style>