Shades of Kingfisher Daisy #5B427F
Tints of Kingfisher Daisy #5B427F
RGB
CMYK
RGB Variations
Color information
#5B427F (or 0x5B427F) is known color: Kingfisher Daisy. HEX triplet: 5B, 42 and 7F. RGB value is (91,66,127). Sum of RGB (Red+Green+Blue) = 91+66+127=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B427F is #A4BD80. Grayscale: #505050. Windows color (decimal): -10796417 or 8340059. OLE color: 8340059.
HSL color Cylindrical-coordinate representation of color #5B427F: hue angle of 264.59º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B427F is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 66 | 127 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.50 |
| HSL | 264.59º | 0.32% | 0.38% | - |
| HSV(B) | 264.59º | 0.48% | 0.5% | - |
| XYZ | 10.09 | 7.65 | 21.02 | - |
| YUV | 80.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 127 | 0.28 | 0.48 | 0 | 0.50 | 264.59 | 0.32 | 0.38 |
| Hex | 5B | 42 | 7F | 1C | 30 | 0 | 32 | 109 | 20 | 26 |
| Octal | 133 | 102 | 177 | 34 | 60 | 0 | 62 | 411 | 40 | 46 |
| Binary | 1011011 | 1000010 | 1111111 | 11100 | 110000 | 0 | 110010 | 100001001 | 100000 | 100110 |
Color Harmonies of #5B427F
Complementary color
Monochromatic Colors of #5B427F
Black with #5B427F
Text Example
Text Example
White with #5B427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B427F; }
p { color: rgb(91,66,127); }
H1.HeaderClassName
{
color: #5B427F;
}
.AnyTagClassName
{
color: #5B427F;
}
</style>
background-color css
<style>
a { background-color: #5B427F; }
a { background-color: rgb(91,66,127); }
div.DivClassName
{
background-color: #5B427F;
}
.BgClassName
{
background-color: #5B427F;
}
</style>
border-color css
<style>
span { border-color: #5B427F; }
span { border-color: rgb(91,66,127); }
td.TdClassName
{
border-color: #5B427F;
}
.TagClassName
{
border-color: #5B427F;
}
</style>