Shades of Kingfisher Daisy #533A74
Tints of Kingfisher Daisy #533A74
RGB
CMYK
RGB Variations
Color information
#533A74 (or 0x533A74) is known color: Kingfisher Daisy. HEX triplet: 53, 3A and 74. RGB value is (83,58,116). Sum of RGB (Red+Green+Blue) = 83+58+116=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #533A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A74 is #ACC58B. Grayscale: #474747. Windows color (decimal): -11322764 or 7617107. OLE color: 7617107.
HSL color Cylindrical-coordinate representation of color #533A74: hue angle of 265.86º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #533A74 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 58 | 116 | - |
| CMYK | 0.28 | 0.5 | 0 | 0.55 |
| HSL | 265.86º | 0.33% | 0.34% | - |
| HSV(B) | 265.86º | 0.5% | 0.45% | - |
| XYZ | 8.23 | 6.13 | 17.27 | - |
| YUV | 72.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 116 | 0.28 | 0.5 | 0 | 0.55 | 265.86 | 0.33 | 0.34 |
| Hex | 53 | 3A | 74 | 1C | 32 | 0 | 37 | 10A | 21 | 22 |
| Octal | 123 | 72 | 164 | 34 | 62 | 0 | 67 | 412 | 41 | 42 |
| Binary | 1010011 | 111010 | 1110100 | 11100 | 110010 | 0 | 110111 | 100001010 | 100001 | 100010 |
Color Harmonies of #533A74
Complementary color
Monochromatic Colors of #533A74
Black with #533A74
Text Example
Text Example
White with #533A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A74; }
p { color: rgb(83,58,116); }
H1.HeaderClassName
{
color: #533A74;
}
.AnyTagClassName
{
color: #533A74;
}
</style>
background-color css
<style>
a { background-color: #533A74; }
a { background-color: rgb(83,58,116); }
div.DivClassName
{
background-color: #533A74;
}
.BgClassName
{
background-color: #533A74;
}
</style>
border-color css
<style>
span { border-color: #533A74; }
span { border-color: rgb(83,58,116); }
td.TdClassName
{
border-color: #533A74;
}
.TagClassName
{
border-color: #533A74;
}
</style>