Shades of Kingfisher Daisy #5E437F
Tints of Kingfisher Daisy #5E437F
RGB
CMYK
RGB Variations
Color information
#5E437F (or 0x5E437F) is known color: Kingfisher Daisy. HEX triplet: 5E, 43 and 7F. RGB value is (94,67,127). Sum of RGB (Red+Green+Blue) = 94+67+127=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E437F is #A1BC80. Grayscale: #515151. Windows color (decimal): -10599553 or 8340318. OLE color: 8340318.
HSL color Cylindrical-coordinate representation of color #5E437F: hue angle of 267º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E437F is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 67 | 127 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.50 |
| HSL | 267º | 0.31% | 0.38% | - |
| HSV(B) | 267º | 0.47% | 0.5% | - |
| XYZ | 10.45 | 7.93 | 21.06 | - |
| YUV | 81.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 127 | 0.26 | 0.47 | 0 | 0.50 | 267 | 0.31 | 0.38 |
| Hex | 5E | 43 | 7F | 1A | 2F | 0 | 32 | 10B | 1F | 26 |
| Octal | 136 | 103 | 177 | 32 | 57 | 0 | 62 | 413 | 37 | 46 |
| Binary | 1011110 | 1000011 | 1111111 | 11010 | 101111 | 0 | 110010 | 100001011 | 11111 | 100110 |
Color Harmonies of #5E437F
Complementary color
Monochromatic Colors of #5E437F
Black with #5E437F
Text Example
Text Example
White with #5E437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E437F; }
p { color: rgb(94,67,127); }
H1.HeaderClassName
{
color: #5E437F;
}
.AnyTagClassName
{
color: #5E437F;
}
</style>
background-color css
<style>
a { background-color: #5E437F; }
a { background-color: rgb(94,67,127); }
div.DivClassName
{
background-color: #5E437F;
}
.BgClassName
{
background-color: #5E437F;
}
</style>
border-color css
<style>
span { border-color: #5E437F; }
span { border-color: rgb(94,67,127); }
td.TdClassName
{
border-color: #5E437F;
}
.TagClassName
{
border-color: #5E437F;
}
</style>