Shades of Kingfisher Daisy #57347F
Tints of Kingfisher Daisy #57347F
RGB
CMYK
RGB Variations
Color information
#57347F (or 0x57347F) is known color: Kingfisher Daisy. HEX triplet: 57, 34 and 7F. RGB value is (87,52,127). Sum of RGB (Red+Green+Blue) = 87+52+127=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #57347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57347F is #A8CB80. Grayscale: #464646. Windows color (decimal): -11062145 or 8336471. OLE color: 8336471.
HSL color Cylindrical-coordinate representation of color #57347F: hue angle of 268º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57347F is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 52 | 127 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.50 |
| HSL | 268º | 0.42% | 0.35% | - |
| HSV(B) | 268º | 0.59% | 0.5% | - |
| XYZ | 8.99 | 6.01 | 20.77 | - |
| YUV | 71.02 | 159.6 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 52 | 127 | 0.31 | 0.59 | 0 | 0.50 | 268 | 0.42 | 0.35 |
| Hex | 57 | 34 | 7F | 1F | 3B | 0 | 32 | 10C | 2A | 23 |
| Octal | 127 | 64 | 177 | 37 | 73 | 0 | 62 | 414 | 52 | 43 |
| Binary | 1010111 | 110100 | 1111111 | 11111 | 111011 | 0 | 110010 | 100001100 | 101010 | 100011 |
Color Harmonies of #57347F
Complementary color
Monochromatic Colors of #57347F
Black with #57347F
Text Example
Text Example
White with #57347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57347F; }
p { color: rgb(87,52,127); }
H1.HeaderClassName
{
color: #57347F;
}
.AnyTagClassName
{
color: #57347F;
}
</style>
background-color css
<style>
a { background-color: #57347F; }
a { background-color: rgb(87,52,127); }
div.DivClassName
{
background-color: #57347F;
}
.BgClassName
{
background-color: #57347F;
}
</style>
border-color css
<style>
span { border-color: #57347F; }
span { border-color: rgb(87,52,127); }
td.TdClassName
{
border-color: #57347F;
}
.TagClassName
{
border-color: #57347F;
}
</style>