Shades of Kingfisher Daisy #5D2685
Tints of Kingfisher Daisy #5D2685
RGB
CMYK
RGB Variations
Color information
#5D2685 (or 0x5D2685) is known color: Kingfisher Daisy. HEX triplet: 5D, 26 and 85. RGB value is (93,38,133). Sum of RGB (Red+Green+Blue) = 93+38+133=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D2685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2685 is #A2D97A. Grayscale: #404040. Windows color (decimal): -10672507 or 8726109. OLE color: 8726109.
HSL color Cylindrical-coordinate representation of color #5D2685: hue angle of 274.74º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D2685 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 38 | 133 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.48 |
| HSL | 274.74º | 0.56% | 0.34% | - |
| HSV(B) | 274.74º | 0.71% | 0.52% | - |
| XYZ | 9.44 | 5.41 | 22.74 | - |
| YUV | 65.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 133 | 0.30 | 0.71 | 0 | 0.48 | 274.74 | 0.56 | 0.34 |
| Hex | 5D | 26 | 85 | 1E | 47 | 0 | 30 | 113 | 38 | 22 |
| Octal | 135 | 46 | 205 | 36 | 107 | 0 | 60 | 423 | 70 | 42 |
| Binary | 1011101 | 100110 | 10000101 | 11110 | 1000111 | 0 | 110000 | 100010011 | 111000 | 100010 |
Color Harmonies of #5D2685
Complementary color
Monochromatic Colors of #5D2685
Black with #5D2685
Text Example
Text Example
White with #5D2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2685; }
p { color: rgb(93,38,133); }
H1.HeaderClassName
{
color: #5D2685;
}
.AnyTagClassName
{
color: #5D2685;
}
</style>
background-color css
<style>
a { background-color: #5D2685; }
a { background-color: rgb(93,38,133); }
div.DivClassName
{
background-color: #5D2685;
}
.BgClassName
{
background-color: #5D2685;
}
</style>
border-color css
<style>
span { border-color: #5D2685; }
span { border-color: rgb(93,38,133); }
td.TdClassName
{
border-color: #5D2685;
}
.TagClassName
{
border-color: #5D2685;
}
</style>