Shades of Kingfisher Daisy #5F427A
Tints of Kingfisher Daisy #5F427A
RGB
CMYK
RGB Variations
Color information
#5F427A (or 0x5F427A) is known color: Kingfisher Daisy. HEX triplet: 5F, 42 and 7A. RGB value is (95,66,122). Sum of RGB (Red+Green+Blue) = 95+66+122=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F427A is #A0BD85. Grayscale: #505050. Windows color (decimal): -10534278 or 8012383. OLE color: 8012383.
HSL color Cylindrical-coordinate representation of color #5F427A: hue angle of 271.07º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F427A is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 66 | 122 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.52 |
| HSL | 271.07º | 0.3% | 0.37% | - |
| HSV(B) | 271.07º | 0.46% | 0.48% | - |
| XYZ | 10.18 | 7.73 | 19.37 | - |
| YUV | 81.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 122 | 0.22 | 0.46 | 0 | 0.52 | 271.07 | 0.3 | 0.37 |
| Hex | 5F | 42 | 7A | 16 | 2E | 0 | 34 | 10F | 1E | 25 |
| Octal | 137 | 102 | 172 | 26 | 56 | 0 | 64 | 417 | 36 | 45 |
| Binary | 1011111 | 1000010 | 1111010 | 10110 | 101110 | 0 | 110100 | 100001111 | 11110 | 100101 |
Color Harmonies of #5F427A
Complementary color
Monochromatic Colors of #5F427A
Black with #5F427A
Text Example
Text Example
White with #5F427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F427A; }
p { color: rgb(95,66,122); }
H1.HeaderClassName
{
color: #5F427A;
}
.AnyTagClassName
{
color: #5F427A;
}
</style>
background-color css
<style>
a { background-color: #5F427A; }
a { background-color: rgb(95,66,122); }
div.DivClassName
{
background-color: #5F427A;
}
.BgClassName
{
background-color: #5F427A;
}
</style>
border-color css
<style>
span { border-color: #5F427A; }
span { border-color: rgb(95,66,122); }
td.TdClassName
{
border-color: #5F427A;
}
.TagClassName
{
border-color: #5F427A;
}
</style>