Shades of Kingfisher Daisy #5E467B
Tints of Kingfisher Daisy #5E467B
RGB
CMYK
RGB Variations
Color information
#5E467B (or 0x5E467B) is known color: Kingfisher Daisy. HEX triplet: 5E, 46 and 7B. RGB value is (94,70,123). Sum of RGB (Red+Green+Blue) = 94+70+123=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E467B is #A1B984. Grayscale: #535353. Windows color (decimal): -10598789 or 8078942. OLE color: 8078942.
HSL color Cylindrical-coordinate representation of color #5E467B: hue angle of 267.17º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E467B is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
RGB | 94 | 70 | 123 | - |
CMYK | 0.24 | 0.43 | 0 | 0.52 |
HSL | 267.17º | 0.27% | 0.38% | - |
HSV(B) | 267.17º | 0.43% | 0.48% | - |
XYZ | 10.38 | 8.19 | 19.77 | - |
YUV | 83.22 | 150.45 | 135.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 70 | 123 | 0.24 | 0.43 | 0 | 0.52 | 267.17 | 0.27 | 0.38 |
Hex | 5E | 46 | 7B | 18 | 2B | 0 | 34 | 10B | 1B | 26 |
Octal | 136 | 106 | 173 | 30 | 53 | 0 | 64 | 413 | 33 | 46 |
Binary | 1011110 | 1000110 | 1111011 | 11000 | 101011 | 0 | 110100 | 100001011 | 11011 | 100110 |
Color Harmonies of #5E467B
Complementary color
Monochromatic Colors of #5E467B
Black with #5E467B
Text Example
Text Example
White with #5E467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E467B; }
p { color: rgb(94,70,123); }
H1.HeaderClassName
{
color: #5E467B;
}
.AnyTagClassName
{
color: #5E467B;
}
</style>
background-color css
<style>
a { background-color: #5E467B; }
a { background-color: rgb(94,70,123); }
div.DivClassName
{
background-color: #5E467B;
}
.BgClassName
{
background-color: #5E467B;
}
</style>
border-color css
<style>
span { border-color: #5E467B; }
span { border-color: rgb(94,70,123); }
td.TdClassName
{
border-color: #5E467B;
}
.TagClassName
{
border-color: #5E467B;
}
</style>