Shades of Kingfisher Daisy #533C7C
Tints of Kingfisher Daisy #533C7C
RGB
CMYK
RGB Variations
Color information
#533C7C (or 0x533C7C) is known color: Kingfisher Daisy. HEX triplet: 53, 3C and 7C. RGB value is (83,60,124). Sum of RGB (Red+Green+Blue) = 83+60+124=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #533C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C7C is #ACC383. Grayscale: #494949. Windows color (decimal): -11322244 or 8141907. OLE color: 8141907.
HSL color Cylindrical-coordinate representation of color #533C7C: hue angle of 261.56º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #533C7C is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 60 | 124 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.51 |
| HSL | 261.56º | 0.35% | 0.36% | - |
| HSV(B) | 261.56º | 0.52% | 0.49% | - |
| XYZ | 8.82 | 6.53 | 19.86 | - |
| YUV | 74.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 124 | 0.33 | 0.52 | 0 | 0.51 | 261.56 | 0.35 | 0.36 |
| Hex | 53 | 3C | 7C | 21 | 34 | 0 | 33 | 106 | 23 | 24 |
| Octal | 123 | 74 | 174 | 41 | 64 | 0 | 63 | 406 | 43 | 44 |
| Binary | 1010011 | 111100 | 1111100 | 100001 | 110100 | 0 | 110011 | 100000110 | 100011 | 100100 |
Color Harmonies of #533C7C
Complementary color
Monochromatic Colors of #533C7C
Black with #533C7C
Text Example
Text Example
White with #533C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C7C; }
p { color: rgb(83,60,124); }
H1.HeaderClassName
{
color: #533C7C;
}
.AnyTagClassName
{
color: #533C7C;
}
</style>
background-color css
<style>
a { background-color: #533C7C; }
a { background-color: rgb(83,60,124); }
div.DivClassName
{
background-color: #533C7C;
}
.BgClassName
{
background-color: #533C7C;
}
</style>
border-color css
<style>
span { border-color: #533C7C; }
span { border-color: rgb(83,60,124); }
td.TdClassName
{
border-color: #533C7C;
}
.TagClassName
{
border-color: #533C7C;
}
</style>