Shades of Kingfisher Daisy #5F237C
Tints of Kingfisher Daisy #5F237C
RGB
CMYK
RGB Variations
Color information
#5F237C (or 0x5F237C) is known color: Kingfisher Daisy. HEX triplet: 5F, 23 and 7C. RGB value is (95,35,124). Sum of RGB (Red+Green+Blue) = 95+35+124=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F237C is #A0DC83. Grayscale: #3E3E3E. Windows color (decimal): -10542212 or 8135519. OLE color: 8135519.
HSL color Cylindrical-coordinate representation of color #5F237C: hue angle of 280.45º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F237C is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 35 | 124 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.51 |
| HSL | 280.45º | 0.56% | 0.31% | - |
| HSV(B) | 280.45º | 0.72% | 0.49% | - |
| XYZ | 8.96 | 5.09 | 19.58 | - |
| YUV | 63.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 124 | 0.23 | 0.72 | 0 | 0.51 | 280.45 | 0.56 | 0.31 |
| Hex | 5F | 23 | 7C | 17 | 48 | 0 | 33 | 118 | 38 | 1F |
| Octal | 137 | 43 | 174 | 27 | 110 | 0 | 63 | 430 | 70 | 37 |
| Binary | 1011111 | 100011 | 1111100 | 10111 | 1001000 | 0 | 110011 | 100011000 | 111000 | 11111 |
Color Harmonies of #5F237C
Complementary color
Monochromatic Colors of #5F237C
Black with #5F237C
Text Example
Text Example
White with #5F237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F237C; }
p { color: rgb(95,35,124); }
H1.HeaderClassName
{
color: #5F237C;
}
.AnyTagClassName
{
color: #5F237C;
}
</style>
background-color css
<style>
a { background-color: #5F237C; }
a { background-color: rgb(95,35,124); }
div.DivClassName
{
background-color: #5F237C;
}
.BgClassName
{
background-color: #5F237C;
}
</style>
border-color css
<style>
span { border-color: #5F237C; }
span { border-color: rgb(95,35,124); }
td.TdClassName
{
border-color: #5F237C;
}
.TagClassName
{
border-color: #5F237C;
}
</style>