Shades of Kingfisher Daisy #5C367A
Tints of Kingfisher Daisy #5C367A
RGB
CMYK
RGB Variations
Color information
#5C367A (or 0x5C367A) is known color: Kingfisher Daisy. HEX triplet: 5C, 36 and 7A. RGB value is (92,54,122). Sum of RGB (Red+Green+Blue) = 92+54+122=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C367A is #A3C985. Grayscale: #484848. Windows color (decimal): -10733958 or 8009308. OLE color: 8009308.
HSL color Cylindrical-coordinate representation of color #5C367A: hue angle of 273.53º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C367A is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 54 | 122 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.52 |
| HSL | 273.53º | 0.39% | 0.35% | - |
| HSV(B) | 273.53º | 0.56% | 0.48% | - |
| XYZ | 9.25 | 6.32 | 19.14 | - |
| YUV | 73.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 54 | 122 | 0.25 | 0.56 | 0 | 0.52 | 273.53 | 0.39 | 0.35 |
| Hex | 5C | 36 | 7A | 19 | 38 | 0 | 34 | 112 | 27 | 23 |
| Octal | 134 | 66 | 172 | 31 | 70 | 0 | 64 | 422 | 47 | 43 |
| Binary | 1011100 | 110110 | 1111010 | 11001 | 111000 | 0 | 110100 | 100010010 | 100111 | 100011 |
Color Harmonies of #5C367A
Complementary color
Monochromatic Colors of #5C367A
Black with #5C367A
Text Example
Text Example
White with #5C367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C367A; }
p { color: rgb(92,54,122); }
H1.HeaderClassName
{
color: #5C367A;
}
.AnyTagClassName
{
color: #5C367A;
}
</style>
background-color css
<style>
a { background-color: #5C367A; }
a { background-color: rgb(92,54,122); }
div.DivClassName
{
background-color: #5C367A;
}
.BgClassName
{
background-color: #5C367A;
}
</style>
border-color css
<style>
span { border-color: #5C367A; }
span { border-color: rgb(92,54,122); }
td.TdClassName
{
border-color: #5C367A;
}
.TagClassName
{
border-color: #5C367A;
}
</style>