Shades of Kingfisher Daisy #5C437C
Tints of Kingfisher Daisy #5C437C
RGB
CMYK
RGB Variations
Color information
#5C437C (or 0x5C437C) is known color: Kingfisher Daisy. HEX triplet: 5C, 43 and 7C. RGB value is (92,67,124). Sum of RGB (Red+Green+Blue) = 92+67+124=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C437C is #A3BC83. Grayscale: #505050. Windows color (decimal): -10730628 or 8143708. OLE color: 8143708.
HSL color Cylindrical-coordinate representation of color #5C437C: hue angle of 266.32º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C437C is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 67 | 124 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.51 |
| HSL | 266.32º | 0.3% | 0.37% | - |
| HSV(B) | 266.32º | 0.46% | 0.49% | - |
| XYZ | 10.06 | 7.74 | 20.03 | - |
| YUV | 80.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 124 | 0.26 | 0.46 | 0 | 0.51 | 266.32 | 0.3 | 0.37 |
| Hex | 5C | 43 | 7C | 1A | 2E | 0 | 33 | 10A | 1E | 25 |
| Octal | 134 | 103 | 174 | 32 | 56 | 0 | 63 | 412 | 36 | 45 |
| Binary | 1011100 | 1000011 | 1111100 | 11010 | 101110 | 0 | 110011 | 100001010 | 11110 | 100101 |
Color Harmonies of #5C437C
Complementary color
Monochromatic Colors of #5C437C
Black with #5C437C
Text Example
Text Example
White with #5C437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C437C; }
p { color: rgb(92,67,124); }
H1.HeaderClassName
{
color: #5C437C;
}
.AnyTagClassName
{
color: #5C437C;
}
</style>
background-color css
<style>
a { background-color: #5C437C; }
a { background-color: rgb(92,67,124); }
div.DivClassName
{
background-color: #5C437C;
}
.BgClassName
{
background-color: #5C437C;
}
</style>
border-color css
<style>
span { border-color: #5C437C; }
span { border-color: rgb(92,67,124); }
td.TdClassName
{
border-color: #5C437C;
}
.TagClassName
{
border-color: #5C437C;
}
</style>