Shades of Kingfisher Daisy #5C2E8B
Tints of Kingfisher Daisy #5C2E8B
RGB
CMYK
RGB Variations
Color information
#5C2E8B (or 0x5C2E8B) is known color: Kingfisher Daisy. HEX triplet: 5C, 2E and 8B. RGB value is (92,46,139). Sum of RGB (Red+Green+Blue) = 92+46+139=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C2E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2E8B is #A3D174. Grayscale: #464646. Windows color (decimal): -10735989 or 9121372. OLE color: 9121372.
HSL color Cylindrical-coordinate representation of color #5C2E8B: hue angle of 269.68º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C2E8B is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 46 | 139 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.45 |
| HSL | 269.68º | 0.5% | 0.36% | - |
| HSV(B) | 269.68º | 0.67% | 0.55% | - |
| XYZ | 10.05 | 6.09 | 25.07 | - |
| YUV | 70.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 139 | 0.34 | 0.67 | 0 | 0.45 | 269.68 | 0.5 | 0.36 |
| Hex | 5C | 2E | 8B | 22 | 43 | 0 | 2D | 10E | 32 | 24 |
| Octal | 134 | 56 | 213 | 42 | 103 | 0 | 55 | 416 | 62 | 44 |
| Binary | 1011100 | 101110 | 10001011 | 100010 | 1000011 | 0 | 101101 | 100001110 | 110010 | 100100 |
Color Harmonies of #5C2E8B
Complementary color
Monochromatic Colors of #5C2E8B
Black with #5C2E8B
Text Example
Text Example
White with #5C2E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E8B; }
p { color: rgb(92,46,139); }
H1.HeaderClassName
{
color: #5C2E8B;
}
.AnyTagClassName
{
color: #5C2E8B;
}
</style>
background-color css
<style>
a { background-color: #5C2E8B; }
a { background-color: rgb(92,46,139); }
div.DivClassName
{
background-color: #5C2E8B;
}
.BgClassName
{
background-color: #5C2E8B;
}
</style>
border-color css
<style>
span { border-color: #5C2E8B; }
span { border-color: rgb(92,46,139); }
td.TdClassName
{
border-color: #5C2E8B;
}
.TagClassName
{
border-color: #5C2E8B;
}
</style>