Shades of Kingfisher Daisy #5F437C
Tints of Kingfisher Daisy #5F437C
RGB
CMYK
RGB Variations
Color information
#5F437C (or 0x5F437C) is known color: Kingfisher Daisy. HEX triplet: 5F, 43 and 7C. RGB value is (95,67,124). Sum of RGB (Red+Green+Blue) = 95+67+124=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F437C is #A0BC83. Grayscale: #515151. Windows color (decimal): -10534020 or 8143711. OLE color: 8143711.
HSL color Cylindrical-coordinate representation of color #5F437C: hue angle of 269.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F437C is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 67 | 124 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.51 |
| HSL | 269.47º | 0.3% | 0.37% | - |
| HSV(B) | 269.47º | 0.46% | 0.49% | - |
| XYZ | 10.36 | 7.9 | 20.05 | - |
| YUV | 81.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 67 | 124 | 0.23 | 0.46 | 0 | 0.51 | 269.47 | 0.3 | 0.37 |
| Hex | 5F | 43 | 7C | 17 | 2E | 0 | 33 | 10D | 1E | 25 |
| Octal | 137 | 103 | 174 | 27 | 56 | 0 | 63 | 415 | 36 | 45 |
| Binary | 1011111 | 1000011 | 1111100 | 10111 | 101110 | 0 | 110011 | 100001101 | 11110 | 100101 |
Color Harmonies of #5F437C
Complementary color
Monochromatic Colors of #5F437C
Black with #5F437C
Text Example
Text Example
White with #5F437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F437C; }
p { color: rgb(95,67,124); }
H1.HeaderClassName
{
color: #5F437C;
}
.AnyTagClassName
{
color: #5F437C;
}
</style>
background-color css
<style>
a { background-color: #5F437C; }
a { background-color: rgb(95,67,124); }
div.DivClassName
{
background-color: #5F437C;
}
.BgClassName
{
background-color: #5F437C;
}
</style>
border-color css
<style>
span { border-color: #5F437C; }
span { border-color: rgb(95,67,124); }
td.TdClassName
{
border-color: #5F437C;
}
.TagClassName
{
border-color: #5F437C;
}
</style>