Shades of Kingfisher Daisy #5B447B
Tints of Kingfisher Daisy #5B447B
RGB
CMYK
RGB Variations
Color information
#5B447B (or 0x5B447B) is known color: Kingfisher Daisy. HEX triplet: 5B, 44 and 7B. RGB value is (91,68,123). Sum of RGB (Red+Green+Blue) = 91+68+123=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B447B is #A4BB84. Grayscale: #505050. Windows color (decimal): -10795909 or 8078427. OLE color: 8078427.
HSL color Cylindrical-coordinate representation of color #5B447B: hue angle of 265.09º 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 #5B447B is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 68 | 123 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.52 |
| HSL | 265.09º | 0.29% | 0.37% | - |
| HSV(B) | 265.09º | 0.45% | 0.48% | - |
| XYZ | 9.96 | 7.79 | 19.72 | - |
| YUV | 81.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 123 | 0.26 | 0.45 | 0 | 0.52 | 265.09 | 0.29 | 0.37 |
| Hex | 5B | 44 | 7B | 1A | 2D | 0 | 34 | 109 | 1D | 25 |
| Octal | 133 | 104 | 173 | 32 | 55 | 0 | 64 | 411 | 35 | 45 |
| Binary | 1011011 | 1000100 | 1111011 | 11010 | 101101 | 0 | 110100 | 100001001 | 11101 | 100101 |
Color Harmonies of #5B447B
Complementary color
Monochromatic Colors of #5B447B
Black with #5B447B
Text Example
Text Example
White with #5B447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B447B; }
p { color: rgb(91,68,123); }
H1.HeaderClassName
{
color: #5B447B;
}
.AnyTagClassName
{
color: #5B447B;
}
</style>
background-color css
<style>
a { background-color: #5B447B; }
a { background-color: rgb(91,68,123); }
div.DivClassName
{
background-color: #5B447B;
}
.BgClassName
{
background-color: #5B447B;
}
</style>
border-color css
<style>
span { border-color: #5B447B; }
span { border-color: rgb(91,68,123); }
td.TdClassName
{
border-color: #5B447B;
}
.TagClassName
{
border-color: #5B447B;
}
</style>