Shades of Kingfisher Daisy #533C75
Tints of Kingfisher Daisy #533C75
RGB
CMYK
RGB Variations
Color information
#533C75 (or 0x533C75) is known color: Kingfisher Daisy. HEX triplet: 53, 3C and 75. RGB value is (83,60,117). Sum of RGB (Red+Green+Blue) = 83+60+117=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #533C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C75 is #ACC38A. Grayscale: #494949. Windows color (decimal): -11322251 or 7683155. OLE color: 7683155.
HSL color Cylindrical-coordinate representation of color #533C75: hue angle of 264.21º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533C75 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 60 | 117 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.54 |
| HSL | 264.21º | 0.32% | 0.35% | - |
| HSV(B) | 264.21º | 0.49% | 0.46% | - |
| XYZ | 8.39 | 6.36 | 17.61 | - |
| YUV | 73.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 117 | 0.29 | 0.49 | 0 | 0.54 | 264.21 | 0.32 | 0.35 |
| Hex | 53 | 3C | 75 | 1D | 31 | 0 | 36 | 108 | 20 | 23 |
| Octal | 123 | 74 | 165 | 35 | 61 | 0 | 66 | 410 | 40 | 43 |
| Binary | 1010011 | 111100 | 1110101 | 11101 | 110001 | 0 | 110110 | 100001000 | 100000 | 100011 |
Color Harmonies of #533C75
Complementary color
Monochromatic Colors of #533C75
Black with #533C75
Text Example
Text Example
White with #533C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C75; }
p { color: rgb(83,60,117); }
H1.HeaderClassName
{
color: #533C75;
}
.AnyTagClassName
{
color: #533C75;
}
</style>
background-color css
<style>
a { background-color: #533C75; }
a { background-color: rgb(83,60,117); }
div.DivClassName
{
background-color: #533C75;
}
.BgClassName
{
background-color: #533C75;
}
</style>
border-color css
<style>
span { border-color: #533C75; }
span { border-color: rgb(83,60,117); }
td.TdClassName
{
border-color: #533C75;
}
.TagClassName
{
border-color: #533C75;
}
</style>