Shades of Kingfisher Daisy #5E447B
Tints of Kingfisher Daisy #5E447B
RGB
CMYK
RGB Variations
Color information
#5E447B (or 0x5E447B) is known color: Kingfisher Daisy. HEX triplet: 5E, 44 and 7B. RGB value is (94,68,123). Sum of RGB (Red+Green+Blue) = 94+68+123=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E447B is #A1BB84. Grayscale: #515151. Windows color (decimal): -10599301 or 8078430. OLE color: 8078430.
HSL color Cylindrical-coordinate representation of color #5E447B: hue angle of 268.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E447B is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 68 | 123 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.52 |
| HSL | 268.36º | 0.29% | 0.37% | - |
| HSV(B) | 268.36º | 0.45% | 0.48% | - |
| XYZ | 10.26 | 7.94 | 19.73 | - |
| YUV | 82.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 123 | 0.24 | 0.45 | 0 | 0.52 | 268.36 | 0.29 | 0.37 |
| Hex | 5E | 44 | 7B | 18 | 2D | 0 | 34 | 10C | 1D | 25 |
| Octal | 136 | 104 | 173 | 30 | 55 | 0 | 64 | 414 | 35 | 45 |
| Binary | 1011110 | 1000100 | 1111011 | 11000 | 101101 | 0 | 110100 | 100001100 | 11101 | 100101 |
Color Harmonies of #5E447B
Complementary color
Monochromatic Colors of #5E447B
Black with #5E447B
Text Example
Text Example
White with #5E447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E447B; }
p { color: rgb(94,68,123); }
H1.HeaderClassName
{
color: #5E447B;
}
.AnyTagClassName
{
color: #5E447B;
}
</style>
background-color css
<style>
a { background-color: #5E447B; }
a { background-color: rgb(94,68,123); }
div.DivClassName
{
background-color: #5E447B;
}
.BgClassName
{
background-color: #5E447B;
}
</style>
border-color css
<style>
span { border-color: #5E447B; }
span { border-color: rgb(94,68,123); }
td.TdClassName
{
border-color: #5E447B;
}
.TagClassName
{
border-color: #5E447B;
}
</style>