Shades of Kingfisher Daisy #5F337A
Tints of Kingfisher Daisy #5F337A
RGB
CMYK
RGB Variations
Color information
#5F337A (or 0x5F337A) is known color: Kingfisher Daisy. HEX triplet: 5F, 33 and 7A. RGB value is (95,51,122). Sum of RGB (Red+Green+Blue) = 95+51+122=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F337A is #A0CC85. Grayscale: #484848. Windows color (decimal): -10538118 or 8008543. OLE color: 8008543.
HSL color Cylindrical-coordinate representation of color #5F337A: hue angle of 277.18º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F337A is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 51 | 122 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.52 |
| HSL | 277.18º | 0.41% | 0.34% | - |
| HSV(B) | 277.18º | 0.58% | 0.48% | - |
| XYZ | 9.42 | 6.21 | 19.11 | - |
| YUV | 72.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 51 | 122 | 0.22 | 0.58 | 0 | 0.52 | 277.18 | 0.41 | 0.34 |
| Hex | 5F | 33 | 7A | 16 | 3A | 0 | 34 | 115 | 29 | 22 |
| Octal | 137 | 63 | 172 | 26 | 72 | 0 | 64 | 425 | 51 | 42 |
| Binary | 1011111 | 110011 | 1111010 | 10110 | 111010 | 0 | 110100 | 100010101 | 101001 | 100010 |
Color Harmonies of #5F337A
Complementary color
Monochromatic Colors of #5F337A
Black with #5F337A
Text Example
Text Example
White with #5F337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F337A; }
p { color: rgb(95,51,122); }
H1.HeaderClassName
{
color: #5F337A;
}
.AnyTagClassName
{
color: #5F337A;
}
</style>
background-color css
<style>
a { background-color: #5F337A; }
a { background-color: rgb(95,51,122); }
div.DivClassName
{
background-color: #5F337A;
}
.BgClassName
{
background-color: #5F337A;
}
</style>
border-color css
<style>
span { border-color: #5F337A; }
span { border-color: rgb(95,51,122); }
td.TdClassName
{
border-color: #5F337A;
}
.TagClassName
{
border-color: #5F337A;
}
</style>