Shades of Kingfisher Daisy #5A3F75
Tints of Kingfisher Daisy #5A3F75
RGB
CMYK
RGB Variations
Color information
#5A3F75 (or 0x5A3F75) is known color: Kingfisher Daisy. HEX triplet: 5A, 3F and 75. RGB value is (90,63,117). Sum of RGB (Red+Green+Blue) = 90+63+117=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A3F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3F75 is #A5C08A. Grayscale: #4D4D4D. Windows color (decimal): -10862731 or 7683930. OLE color: 7683930.
HSL color Cylindrical-coordinate representation of color #5A3F75: hue angle of 270º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A3F75 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 63 | 117 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.54 |
| HSL | 270º | 0.3% | 0.35% | - |
| HSV(B) | 270º | 0.46% | 0.46% | - |
| XYZ | 9.2 | 7.01 | 17.7 | - |
| YUV | 77.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 63 | 117 | 0.23 | 0.46 | 0 | 0.54 | 270 | 0.3 | 0.35 |
| Hex | 5A | 3F | 75 | 17 | 2E | 0 | 36 | 10E | 1E | 23 |
| Octal | 132 | 77 | 165 | 27 | 56 | 0 | 66 | 416 | 36 | 43 |
| Binary | 1011010 | 111111 | 1110101 | 10111 | 101110 | 0 | 110110 | 100001110 | 11110 | 100011 |
Color Harmonies of #5A3F75
Complementary color
Monochromatic Colors of #5A3F75
Black with #5A3F75
Text Example
Text Example
White with #5A3F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3F75; }
p { color: rgb(90,63,117); }
H1.HeaderClassName
{
color: #5A3F75;
}
.AnyTagClassName
{
color: #5A3F75;
}
</style>
background-color css
<style>
a { background-color: #5A3F75; }
a { background-color: rgb(90,63,117); }
div.DivClassName
{
background-color: #5A3F75;
}
.BgClassName
{
background-color: #5A3F75;
}
</style>
border-color css
<style>
span { border-color: #5A3F75; }
span { border-color: rgb(90,63,117); }
td.TdClassName
{
border-color: #5A3F75;
}
.TagClassName
{
border-color: #5A3F75;
}
</style>