Shades of Kingfisher Daisy #5C367C
Tints of Kingfisher Daisy #5C367C
RGB
CMYK
RGB Variations
Color information
#5C367C (or 0x5C367C) is known color: Kingfisher Daisy. HEX triplet: 5C, 36 and 7C. RGB value is (92,54,124). Sum of RGB (Red+Green+Blue) = 92+54+124=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C367C is #A3C983. Grayscale: #494949. Windows color (decimal): -10733956 or 8140380. OLE color: 8140380.
HSL color Cylindrical-coordinate representation of color #5C367C: hue angle of 272.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C367C is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 54 | 124 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.51 |
| HSL | 272.57º | 0.39% | 0.35% | - |
| HSV(B) | 272.57º | 0.56% | 0.49% | - |
| XYZ | 9.37 | 6.37 | 19.8 | - |
| YUV | 73.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 54 | 124 | 0.26 | 0.56 | 0 | 0.51 | 272.57 | 0.39 | 0.35 |
| Hex | 5C | 36 | 7C | 1A | 38 | 0 | 33 | 111 | 27 | 23 |
| Octal | 134 | 66 | 174 | 32 | 70 | 0 | 63 | 421 | 47 | 43 |
| Binary | 1011100 | 110110 | 1111100 | 11010 | 111000 | 0 | 110011 | 100010001 | 100111 | 100011 |
Color Harmonies of #5C367C
Complementary color
Monochromatic Colors of #5C367C
Black with #5C367C
Text Example
Text Example
White with #5C367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C367C; }
p { color: rgb(92,54,124); }
H1.HeaderClassName
{
color: #5C367C;
}
.AnyTagClassName
{
color: #5C367C;
}
</style>
background-color css
<style>
a { background-color: #5C367C; }
a { background-color: rgb(92,54,124); }
div.DivClassName
{
background-color: #5C367C;
}
.BgClassName
{
background-color: #5C367C;
}
</style>
border-color css
<style>
span { border-color: #5C367C; }
span { border-color: rgb(92,54,124); }
td.TdClassName
{
border-color: #5C367C;
}
.TagClassName
{
border-color: #5C367C;
}
</style>