Shades of Kingfisher Daisy #5F378A
Tints of Kingfisher Daisy #5F378A
RGB
CMYK
RGB Variations
Color information
#5F378A (or 0x5F378A) is known color: Kingfisher Daisy. HEX triplet: 5F, 37 and 8A. RGB value is (95,55,138). Sum of RGB (Red+Green+Blue) = 95+55+138=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F378A is #A0C875. Grayscale: #4C4C4C. Windows color (decimal): -10537078 or 9058143. OLE color: 9058143.
HSL color Cylindrical-coordinate representation of color #5F378A: hue angle of 268.92º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F378A is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 55 | 138 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.46 |
| HSL | 268.92º | 0.43% | 0.38% | - |
| HSV(B) | 268.92º | 0.6% | 0.54% | - |
| XYZ | 10.67 | 7 | 24.83 | - |
| YUV | 76.42 | 162.75 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 138 | 0.31 | 0.60 | 0 | 0.46 | 268.92 | 0.43 | 0.38 |
| Hex | 5F | 37 | 8A | 1F | 3C | 0 | 2E | 10D | 2B | 26 |
| Octal | 137 | 67 | 212 | 37 | 74 | 0 | 56 | 415 | 53 | 46 |
| Binary | 1011111 | 110111 | 10001010 | 11111 | 111100 | 0 | 101110 | 100001101 | 101011 | 100110 |
Color Harmonies of #5F378A
Complementary color
Monochromatic Colors of #5F378A
Black with #5F378A
Text Example
Text Example
White with #5F378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F378A; }
p { color: rgb(95,55,138); }
H1.HeaderClassName
{
color: #5F378A;
}
.AnyTagClassName
{
color: #5F378A;
}
</style>
background-color css
<style>
a { background-color: #5F378A; }
a { background-color: rgb(95,55,138); }
div.DivClassName
{
background-color: #5F378A;
}
.BgClassName
{
background-color: #5F378A;
}
</style>
border-color css
<style>
span { border-color: #5F378A; }
span { border-color: rgb(95,55,138); }
td.TdClassName
{
border-color: #5F378A;
}
.TagClassName
{
border-color: #5F378A;
}
</style>