Shades of Kingfisher Daisy #5D2F8B
Tints of Kingfisher Daisy #5D2F8B
RGB
CMYK
RGB Variations
Color information
#5D2F8B (or 0x5D2F8B) is known color: Kingfisher Daisy. HEX triplet: 5D, 2F and 8B. RGB value is (93,47,139). Sum of RGB (Red+Green+Blue) = 93+47+139=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D2F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2F8B is #A2D074. Grayscale: #464646. Windows color (decimal): -10670197 or 9121629. OLE color: 9121629.
HSL color Cylindrical-coordinate representation of color #5D2F8B: hue angle of 270º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D2F8B is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 47 | 139 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.45 |
| HSL | 270º | 0.49% | 0.36% | - |
| HSV(B) | 270º | 0.66% | 0.55% | - |
| XYZ | 10.19 | 6.22 | 25.09 | - |
| YUV | 71.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 139 | 0.33 | 0.66 | 0 | 0.45 | 270 | 0.49 | 0.36 |
| Hex | 5D | 2F | 8B | 21 | 42 | 0 | 2D | 10E | 31 | 24 |
| Octal | 135 | 57 | 213 | 41 | 102 | 0 | 55 | 416 | 61 | 44 |
| Binary | 1011101 | 101111 | 10001011 | 100001 | 1000010 | 0 | 101101 | 100001110 | 110001 | 100100 |
Color Harmonies of #5D2F8B
Complementary color
Monochromatic Colors of #5D2F8B
Black with #5D2F8B
Text Example
Text Example
White with #5D2F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2F8B; }
p { color: rgb(93,47,139); }
H1.HeaderClassName
{
color: #5D2F8B;
}
.AnyTagClassName
{
color: #5D2F8B;
}
</style>
background-color css
<style>
a { background-color: #5D2F8B; }
a { background-color: rgb(93,47,139); }
div.DivClassName
{
background-color: #5D2F8B;
}
.BgClassName
{
background-color: #5D2F8B;
}
</style>
border-color css
<style>
span { border-color: #5D2F8B; }
span { border-color: rgb(93,47,139); }
td.TdClassName
{
border-color: #5D2F8B;
}
.TagClassName
{
border-color: #5D2F8B;
}
</style>