Shades of Kingfisher Daisy #533288
Tints of Kingfisher Daisy #533288
RGB
CMYK
RGB Variations
Color information
#533288 (or 0x533288) is known color: Kingfisher Daisy. HEX triplet: 53, 32 and 88. RGB value is (83,50,136). Sum of RGB (Red+Green+Blue) = 83+50+136=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #533288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533288 is #ACCD77. Grayscale: #454545. Windows color (decimal): -11324792 or 8925779. OLE color: 8925779.
HSL color Cylindrical-coordinate representation of color #533288: hue angle of 263.02º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #533288 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 50 | 136 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.47 |
| HSL | 263.02º | 0.46% | 0.36% | - |
| HSV(B) | 263.02º | 0.63% | 0.53% | - |
| XYZ | 9.15 | 5.9 | 23.95 | - |
| YUV | 69.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 136 | 0.39 | 0.63 | 0 | 0.47 | 263.02 | 0.46 | 0.36 |
| Hex | 53 | 32 | 88 | 27 | 3F | 0 | 2F | 107 | 2E | 24 |
| Octal | 123 | 62 | 210 | 47 | 77 | 0 | 57 | 407 | 56 | 44 |
| Binary | 1010011 | 110010 | 10001000 | 100111 | 111111 | 0 | 101111 | 100000111 | 101110 | 100100 |
Color Harmonies of #533288
Complementary color
Monochromatic Colors of #533288
Black with #533288
Text Example
Text Example
White with #533288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533288; }
p { color: rgb(83,50,136); }
H1.HeaderClassName
{
color: #533288;
}
.AnyTagClassName
{
color: #533288;
}
</style>
background-color css
<style>
a { background-color: #533288; }
a { background-color: rgb(83,50,136); }
div.DivClassName
{
background-color: #533288;
}
.BgClassName
{
background-color: #533288;
}
</style>
border-color css
<style>
span { border-color: #533288; }
span { border-color: rgb(83,50,136); }
td.TdClassName
{
border-color: #533288;
}
.TagClassName
{
border-color: #533288;
}
</style>