Shades of Kingfisher Daisy #57257B
Tints of Kingfisher Daisy #57257B
RGB
CMYK
RGB Variations
Color information
#57257B (or 0x57257B) is known color: Kingfisher Daisy. HEX triplet: 57, 25 and 7B. RGB value is (87,37,123). Sum of RGB (Red+Green+Blue) = 87+37+123=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #57257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57257B is #A8DA84. Grayscale: #3D3D3D. Windows color (decimal): -11065989 or 8070487. OLE color: 8070487.
HSL color Cylindrical-coordinate representation of color #57257B: hue angle of 274.88º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57257B is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 37 | 123 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.52 |
| HSL | 274.88º | 0.54% | 0.31% | - |
| HSV(B) | 274.88º | 0.7% | 0.48% | - |
| XYZ | 8.17 | 4.78 | 19.23 | - |
| YUV | 61.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 37 | 123 | 0.29 | 0.70 | 0 | 0.52 | 274.88 | 0.54 | 0.31 |
| Hex | 57 | 25 | 7B | 1D | 46 | 0 | 34 | 113 | 36 | 1F |
| Octal | 127 | 45 | 173 | 35 | 106 | 0 | 64 | 423 | 66 | 37 |
| Binary | 1010111 | 100101 | 1111011 | 11101 | 1000110 | 0 | 110100 | 100010011 | 110110 | 11111 |
Color Harmonies of #57257B
Complementary color
Monochromatic Colors of #57257B
Black with #57257B
Text Example
Text Example
White with #57257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57257B; }
p { color: rgb(87,37,123); }
H1.HeaderClassName
{
color: #57257B;
}
.AnyTagClassName
{
color: #57257B;
}
</style>
background-color css
<style>
a { background-color: #57257B; }
a { background-color: rgb(87,37,123); }
div.DivClassName
{
background-color: #57257B;
}
.BgClassName
{
background-color: #57257B;
}
</style>
border-color css
<style>
span { border-color: #57257B; }
span { border-color: rgb(87,37,123); }
td.TdClassName
{
border-color: #57257B;
}
.TagClassName
{
border-color: #57257B;
}
</style>