Shades of Kingfisher Daisy #5D2683
Tints of Kingfisher Daisy #5D2683
RGB
CMYK
RGB Variations
Color information
#5D2683 (or 0x5D2683) is known color: Kingfisher Daisy. HEX triplet: 5D, 26 and 83. RGB value is (93,38,131). Sum of RGB (Red+Green+Blue) = 93+38+131=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #5D2683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2683 is #A2D97C. Grayscale: #404040. Windows color (decimal): -10672509 or 8595037. OLE color: 8595037.
HSL color Cylindrical-coordinate representation of color #5D2683: hue angle of 275.48º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D2683 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 38 | 131 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.49 |
| HSL | 275.48º | 0.55% | 0.33% | - |
| HSV(B) | 275.48º | 0.71% | 0.51% | - |
| XYZ | 9.3 | 5.35 | 22.02 | - |
| YUV | 65.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 131 | 0.29 | 0.71 | 0 | 0.49 | 275.48 | 0.55 | 0.33 |
| Hex | 5D | 26 | 83 | 1D | 47 | 0 | 31 | 113 | 37 | 21 |
| Octal | 135 | 46 | 203 | 35 | 107 | 0 | 61 | 423 | 67 | 41 |
| Binary | 1011101 | 100110 | 10000011 | 11101 | 1000111 | 0 | 110001 | 100010011 | 110111 | 100001 |
Color Harmonies of #5D2683
Complementary color
Monochromatic Colors of #5D2683
Black with #5D2683
Text Example
Text Example
White with #5D2683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2683; }
p { color: rgb(93,38,131); }
H1.HeaderClassName
{
color: #5D2683;
}
.AnyTagClassName
{
color: #5D2683;
}
</style>
background-color css
<style>
a { background-color: #5D2683; }
a { background-color: rgb(93,38,131); }
div.DivClassName
{
background-color: #5D2683;
}
.BgClassName
{
background-color: #5D2683;
}
</style>
border-color css
<style>
span { border-color: #5D2683; }
span { border-color: rgb(93,38,131); }
td.TdClassName
{
border-color: #5D2683;
}
.TagClassName
{
border-color: #5D2683;
}
</style>