Shades of Kingfisher Daisy #5C307E
Tints of Kingfisher Daisy #5C307E
RGB
CMYK
RGB Variations
Color information
#5C307E (or 0x5C307E) is known color: Kingfisher Daisy. HEX triplet: 5C, 30 and 7E. RGB value is (92,48,126). Sum of RGB (Red+Green+Blue) = 92+48+126=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C307E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C307E is #A3CF81. Grayscale: #454545. Windows color (decimal): -10735490 or 8269916. OLE color: 8269916.
HSL color Cylindrical-coordinate representation of color #5C307E: hue angle of 273.85º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C307E is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 48 | 126 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.51 |
| HSL | 273.85º | 0.45% | 0.34% | - |
| HSV(B) | 273.85º | 0.62% | 0.49% | - |
| XYZ | 9.24 | 5.9 | 20.39 | - |
| YUV | 70.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 126 | 0.27 | 0.62 | 0 | 0.51 | 273.85 | 0.45 | 0.34 |
| Hex | 5C | 30 | 7E | 1B | 3E | 0 | 33 | 112 | 2D | 22 |
| Octal | 134 | 60 | 176 | 33 | 76 | 0 | 63 | 422 | 55 | 42 |
| Binary | 1011100 | 110000 | 1111110 | 11011 | 111110 | 0 | 110011 | 100010010 | 101101 | 100010 |
Color Harmonies of #5C307E
Complementary color
Monochromatic Colors of #5C307E
Black with #5C307E
Text Example
Text Example
White with #5C307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C307E; }
p { color: rgb(92,48,126); }
H1.HeaderClassName
{
color: #5C307E;
}
.AnyTagClassName
{
color: #5C307E;
}
</style>
background-color css
<style>
a { background-color: #5C307E; }
a { background-color: rgb(92,48,126); }
div.DivClassName
{
background-color: #5C307E;
}
.BgClassName
{
background-color: #5C307E;
}
</style>
border-color css
<style>
span { border-color: #5C307E; }
span { border-color: rgb(92,48,126); }
td.TdClassName
{
border-color: #5C307E;
}
.TagClassName
{
border-color: #5C307E;
}
</style>