Shades of Kingfisher Daisy #532288
Tints of Kingfisher Daisy #532288
RGB
CMYK
RGB Variations
Color information
#532288 (or 0x532288) is known color: Kingfisher Daisy. HEX triplet: 53, 22 and 88. RGB value is (83,34,136). Sum of RGB (Red+Green+Blue) = 83+34+136=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #532288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532288 is #ACDD77. Grayscale: #3B3B3B. Windows color (decimal): -11328888 or 8921683. OLE color: 8921683.
HSL color Cylindrical-coordinate representation of color #532288: hue angle of 268.82º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532288 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 34 | 136 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.47 |
| HSL | 268.82º | 0.6% | 0.33% | - |
| HSV(B) | 268.82º | 0.75% | 0.53% | - |
| XYZ | 8.58 | 4.76 | 23.76 | - |
| YUV | 60.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 136 | 0.39 | 0.75 | 0 | 0.47 | 268.82 | 0.6 | 0.33 |
| Hex | 53 | 22 | 88 | 27 | 4B | 0 | 2F | 10D | 3C | 21 |
| Octal | 123 | 42 | 210 | 47 | 113 | 0 | 57 | 415 | 74 | 41 |
| Binary | 1010011 | 100010 | 10001000 | 100111 | 1001011 | 0 | 101111 | 100001101 | 111100 | 100001 |
Color Harmonies of #532288
Complementary color
Monochromatic Colors of #532288
Black with #532288
Text Example
Text Example
White with #532288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532288; }
p { color: rgb(83,34,136); }
H1.HeaderClassName
{
color: #532288;
}
.AnyTagClassName
{
color: #532288;
}
</style>
background-color css
<style>
a { background-color: #532288; }
a { background-color: rgb(83,34,136); }
div.DivClassName
{
background-color: #532288;
}
.BgClassName
{
background-color: #532288;
}
</style>
border-color css
<style>
span { border-color: #532288; }
span { border-color: rgb(83,34,136); }
td.TdClassName
{
border-color: #532288;
}
.TagClassName
{
border-color: #532288;
}
</style>