Shades of Kingfisher Daisy #574074
Tints of Kingfisher Daisy #574074
RGB
CMYK
RGB Variations
Color information
#574074 (or 0x574074) is known color: Kingfisher Daisy. HEX triplet: 57, 40 and 74. RGB value is (87,64,116). Sum of RGB (Red+Green+Blue) = 87+64+116=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #574074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574074 is #A8BF8B. Grayscale: #4C4C4C. Windows color (decimal): -11059084 or 7618647. OLE color: 7618647.
HSL color Cylindrical-coordinate representation of color #574074: hue angle of 266.54º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574074 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 64 | 116 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.55 |
| HSL | 266.54º | 0.29% | 0.35% | - |
| HSV(B) | 266.54º | 0.45% | 0.45% | - |
| XYZ | 8.92 | 6.95 | 17.4 | - |
| YUV | 76.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 116 | 0.25 | 0.45 | 0 | 0.55 | 266.54 | 0.29 | 0.35 |
| Hex | 57 | 40 | 74 | 19 | 2D | 0 | 37 | 10B | 1D | 23 |
| Octal | 127 | 100 | 164 | 31 | 55 | 0 | 67 | 413 | 35 | 43 |
| Binary | 1010111 | 1000000 | 1110100 | 11001 | 101101 | 0 | 110111 | 100001011 | 11101 | 100011 |
Color Harmonies of #574074
Complementary color
Monochromatic Colors of #574074
Black with #574074
Text Example
Text Example
White with #574074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574074; }
p { color: rgb(87,64,116); }
H1.HeaderClassName
{
color: #574074;
}
.AnyTagClassName
{
color: #574074;
}
</style>
background-color css
<style>
a { background-color: #574074; }
a { background-color: rgb(87,64,116); }
div.DivClassName
{
background-color: #574074;
}
.BgClassName
{
background-color: #574074;
}
</style>
border-color css
<style>
span { border-color: #574074; }
span { border-color: rgb(87,64,116); }
td.TdClassName
{
border-color: #574074;
}
.TagClassName
{
border-color: #574074;
}
</style>