Shades of Kingfisher Daisy #57268F
Tints of Kingfisher Daisy #57268F
RGB
CMYK
RGB Variations
Color information
#57268F (or 0x57268F) is known color: Kingfisher Daisy. HEX triplet: 57, 26 and 8F. RGB value is (87,38,143). Sum of RGB (Red+Green+Blue) = 87+38+143=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #57268F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57268F is #A8D970. Grayscale: #404040. Windows color (decimal): -11065713 or 9381463. OLE color: 9381463.
HSL color Cylindrical-coordinate representation of color #57268F: hue angle of 268º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57268F is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 38 | 143 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.44 |
| HSL | 268º | 0.58% | 0.35% | - |
| HSV(B) | 268º | 0.73% | 0.56% | - |
| XYZ | 9.58 | 5.4 | 26.52 | - |
| YUV | 64.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 143 | 0.39 | 0.73 | 0 | 0.44 | 268 | 0.58 | 0.35 |
| Hex | 57 | 26 | 8F | 27 | 49 | 0 | 2C | 10C | 3A | 23 |
| Octal | 127 | 46 | 217 | 47 | 111 | 0 | 54 | 414 | 72 | 43 |
| Binary | 1010111 | 100110 | 10001111 | 100111 | 1001001 | 0 | 101100 | 100001100 | 111010 | 100011 |
Color Harmonies of #57268F
Complementary color
Monochromatic Colors of #57268F
Black with #57268F
Text Example
Text Example
White with #57268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57268F; }
p { color: rgb(87,38,143); }
H1.HeaderClassName
{
color: #57268F;
}
.AnyTagClassName
{
color: #57268F;
}
</style>
background-color css
<style>
a { background-color: #57268F; }
a { background-color: rgb(87,38,143); }
div.DivClassName
{
background-color: #57268F;
}
.BgClassName
{
background-color: #57268F;
}
</style>
border-color css
<style>
span { border-color: #57268F; }
span { border-color: rgb(87,38,143); }
td.TdClassName
{
border-color: #57268F;
}
.TagClassName
{
border-color: #57268F;
}
</style>