Shades of Kingfisher Daisy #5F357D
Tints of Kingfisher Daisy #5F357D
RGB
CMYK
RGB Variations
Color information
#5F357D (or 0x5F357D) is known color: Kingfisher Daisy. HEX triplet: 5F, 35 and 7D. RGB value is (95,53,125). Sum of RGB (Red+Green+Blue) = 95+53+125=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F357D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F357D is #A0CA82. Grayscale: #494949. Windows color (decimal): -10537603 or 8205663. OLE color: 8205663.
HSL color Cylindrical-coordinate representation of color #5F357D: hue angle of 275º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F357D is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 53 | 125 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.51 |
| HSL | 275º | 0.4% | 0.35% | - |
| HSV(B) | 275º | 0.58% | 0.49% | - |
| XYZ | 9.69 | 6.46 | 20.14 | - |
| YUV | 73.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 125 | 0.24 | 0.58 | 0 | 0.51 | 275 | 0.4 | 0.35 |
| Hex | 5F | 35 | 7D | 18 | 3A | 0 | 33 | 113 | 28 | 23 |
| Octal | 137 | 65 | 175 | 30 | 72 | 0 | 63 | 423 | 50 | 43 |
| Binary | 1011111 | 110101 | 1111101 | 11000 | 111010 | 0 | 110011 | 100010011 | 101000 | 100011 |
Color Harmonies of #5F357D
Complementary color
Monochromatic Colors of #5F357D
Black with #5F357D
Text Example
Text Example
White with #5F357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F357D; }
p { color: rgb(95,53,125); }
H1.HeaderClassName
{
color: #5F357D;
}
.AnyTagClassName
{
color: #5F357D;
}
</style>
background-color css
<style>
a { background-color: #5F357D; }
a { background-color: rgb(95,53,125); }
div.DivClassName
{
background-color: #5F357D;
}
.BgClassName
{
background-color: #5F357D;
}
</style>
border-color css
<style>
span { border-color: #5F357D; }
span { border-color: rgb(95,53,125); }
td.TdClassName
{
border-color: #5F357D;
}
.TagClassName
{
border-color: #5F357D;
}
</style>