Shades of Kingfisher Daisy #5D3387
Tints of Kingfisher Daisy #5D3387
RGB
CMYK
RGB Variations
Color information
#5D3387 (or 0x5D3387) is known color: Kingfisher Daisy. HEX triplet: 5D, 33 and 87. RGB value is (93,51,135). Sum of RGB (Red+Green+Blue) = 93+51+135=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D3387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3387 is #A2CC78. Grayscale: #484848. Windows color (decimal): -10669177 or 8860509. OLE color: 8860509.
HSL color Cylindrical-coordinate representation of color #5D3387: hue angle of 270º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D3387 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 51 | 135 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.47 |
| HSL | 270º | 0.45% | 0.36% | - |
| HSV(B) | 270º | 0.62% | 0.53% | - |
| XYZ | 10.07 | 6.44 | 23.63 | - |
| YUV | 73.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 135 | 0.31 | 0.62 | 0 | 0.47 | 270 | 0.45 | 0.36 |
| Hex | 5D | 33 | 87 | 1F | 3E | 0 | 2F | 10E | 2D | 24 |
| Octal | 135 | 63 | 207 | 37 | 76 | 0 | 57 | 416 | 55 | 44 |
| Binary | 1011101 | 110011 | 10000111 | 11111 | 111110 | 0 | 101111 | 100001110 | 101101 | 100100 |
Color Harmonies of #5D3387
Complementary color
Monochromatic Colors of #5D3387
Black with #5D3387
Text Example
Text Example
White with #5D3387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3387; }
p { color: rgb(93,51,135); }
H1.HeaderClassName
{
color: #5D3387;
}
.AnyTagClassName
{
color: #5D3387;
}
</style>
background-color css
<style>
a { background-color: #5D3387; }
a { background-color: rgb(93,51,135); }
div.DivClassName
{
background-color: #5D3387;
}
.BgClassName
{
background-color: #5D3387;
}
</style>
border-color css
<style>
span { border-color: #5D3387; }
span { border-color: rgb(93,51,135); }
td.TdClassName
{
border-color: #5D3387;
}
.TagClassName
{
border-color: #5D3387;
}
</style>