Shades of Kingfisher Daisy #573B81
Tints of Kingfisher Daisy #573B81
RGB
CMYK
RGB Variations
Color information
#573B81 (or 0x573B81) is known color: Kingfisher Daisy. HEX triplet: 57, 3B and 81. RGB value is (87,59,129). Sum of RGB (Red+Green+Blue) = 87+59+129=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #573B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573B81 is #A8C47E. Grayscale: #4B4B4B. Windows color (decimal): -11060351 or 8469335. OLE color: 8469335.
HSL color Cylindrical-coordinate representation of color #573B81: hue angle of 264º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #573B81 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 59 | 129 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.49 |
| HSL | 264º | 0.37% | 0.37% | - |
| HSV(B) | 264º | 0.54% | 0.51% | - |
| XYZ | 9.46 | 6.74 | 21.57 | - |
| YUV | 75.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 129 | 0.33 | 0.54 | 0 | 0.49 | 264 | 0.37 | 0.37 |
| Hex | 57 | 3B | 81 | 21 | 36 | 0 | 31 | 108 | 25 | 25 |
| Octal | 127 | 73 | 201 | 41 | 66 | 0 | 61 | 410 | 45 | 45 |
| Binary | 1010111 | 111011 | 10000001 | 100001 | 110110 | 0 | 110001 | 100001000 | 100101 | 100101 |
Color Harmonies of #573B81
Complementary color
Monochromatic Colors of #573B81
Black with #573B81
Text Example
Text Example
White with #573B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573B81; }
p { color: rgb(87,59,129); }
H1.HeaderClassName
{
color: #573B81;
}
.AnyTagClassName
{
color: #573B81;
}
</style>
background-color css
<style>
a { background-color: #573B81; }
a { background-color: rgb(87,59,129); }
div.DivClassName
{
background-color: #573B81;
}
.BgClassName
{
background-color: #573B81;
}
</style>
border-color css
<style>
span { border-color: #573B81; }
span { border-color: rgb(87,59,129); }
td.TdClassName
{
border-color: #573B81;
}
.TagClassName
{
border-color: #573B81;
}
</style>