Shades of Kingfisher Daisy #5B417D
Tints of Kingfisher Daisy #5B417D
RGB
CMYK
RGB Variations
Color information
#5B417D (or 0x5B417D) is known color: Kingfisher Daisy. HEX triplet: 5B, 41 and 7D. RGB value is (91,65,125). Sum of RGB (Red+Green+Blue) = 91+65+125=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B417D is #A4BE82. Grayscale: #4F4F4F. Windows color (decimal): -10796675 or 8208731. OLE color: 8208731.
HSL color Cylindrical-coordinate representation of color #5B417D: hue angle of 266º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B417D is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 65 | 125 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.51 |
| HSL | 266º | 0.32% | 0.37% | - |
| HSV(B) | 266º | 0.48% | 0.49% | - |
| XYZ | 9.91 | 7.49 | 20.32 | - |
| YUV | 79.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 125 | 0.27 | 0.48 | 0 | 0.51 | 266 | 0.32 | 0.37 |
| Hex | 5B | 41 | 7D | 1B | 30 | 0 | 33 | 10A | 20 | 25 |
| Octal | 133 | 101 | 175 | 33 | 60 | 0 | 63 | 412 | 40 | 45 |
| Binary | 1011011 | 1000001 | 1111101 | 11011 | 110000 | 0 | 110011 | 100001010 | 100000 | 100101 |
Color Harmonies of #5B417D
Complementary color
Monochromatic Colors of #5B417D
Black with #5B417D
Text Example
Text Example
White with #5B417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B417D; }
p { color: rgb(91,65,125); }
H1.HeaderClassName
{
color: #5B417D;
}
.AnyTagClassName
{
color: #5B417D;
}
</style>
background-color css
<style>
a { background-color: #5B417D; }
a { background-color: rgb(91,65,125); }
div.DivClassName
{
background-color: #5B417D;
}
.BgClassName
{
background-color: #5B417D;
}
</style>
border-color css
<style>
span { border-color: #5B417D; }
span { border-color: rgb(91,65,125); }
td.TdClassName
{
border-color: #5B417D;
}
.TagClassName
{
border-color: #5B417D;
}
</style>