Shades of Kingfisher Daisy #5D447B
Tints of Kingfisher Daisy #5D447B
RGB
CMYK
RGB Variations
Color information
#5D447B (or 0x5D447B) is known color: Kingfisher Daisy. HEX triplet: 5D, 44 and 7B. RGB value is (93,68,123). Sum of RGB (Red+Green+Blue) = 93+68+123=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D447B is #A2BB84. Grayscale: #515151. Windows color (decimal): -10664837 or 8078429. OLE color: 8078429.
HSL color Cylindrical-coordinate representation of color #5D447B: hue angle of 267.27º 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 #5D447B is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 68 | 123 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.52 |
| HSL | 267.27º | 0.29% | 0.37% | - |
| HSV(B) | 267.27º | 0.45% | 0.48% | - |
| XYZ | 10.16 | 7.89 | 19.73 | - |
| YUV | 81.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 123 | 0.24 | 0.45 | 0 | 0.52 | 267.27 | 0.29 | 0.37 |
| Hex | 5D | 44 | 7B | 18 | 2D | 0 | 34 | 10B | 1D | 25 |
| Octal | 135 | 104 | 173 | 30 | 55 | 0 | 64 | 413 | 35 | 45 |
| Binary | 1011101 | 1000100 | 1111011 | 11000 | 101101 | 0 | 110100 | 100001011 | 11101 | 100101 |
Color Harmonies of #5D447B
Complementary color
Monochromatic Colors of #5D447B
Black with #5D447B
Text Example
Text Example
White with #5D447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D447B; }
p { color: rgb(93,68,123); }
H1.HeaderClassName
{
color: #5D447B;
}
.AnyTagClassName
{
color: #5D447B;
}
</style>
background-color css
<style>
a { background-color: #5D447B; }
a { background-color: rgb(93,68,123); }
div.DivClassName
{
background-color: #5D447B;
}
.BgClassName
{
background-color: #5D447B;
}
</style>
border-color css
<style>
span { border-color: #5D447B; }
span { border-color: rgb(93,68,123); }
td.TdClassName
{
border-color: #5D447B;
}
.TagClassName
{
border-color: #5D447B;
}
</style>