Shades of Kingfisher Daisy #57427B
Tints of Kingfisher Daisy #57427B
RGB
CMYK
RGB Variations
Color information
#57427B (or 0x57427B) is known color: Kingfisher Daisy. HEX triplet: 57, 42 and 7B. RGB value is (87,66,123). Sum of RGB (Red+Green+Blue) = 87+66+123=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #57427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57427B is #A8BD84. Grayscale: #4E4E4E. Windows color (decimal): -11058565 or 8077911. OLE color: 8077911.
HSL color Cylindrical-coordinate representation of color #57427B: hue angle of 262.11º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57427B is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 66 | 123 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.52 |
| HSL | 262.11º | 0.3% | 0.37% | - |
| HSV(B) | 262.11º | 0.46% | 0.48% | - |
| XYZ | 9.45 | 7.35 | 19.66 | - |
| YUV | 78.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 66 | 123 | 0.29 | 0.46 | 0 | 0.52 | 262.11 | 0.3 | 0.37 |
| Hex | 57 | 42 | 7B | 1D | 2E | 0 | 34 | 106 | 1E | 25 |
| Octal | 127 | 102 | 173 | 35 | 56 | 0 | 64 | 406 | 36 | 45 |
| Binary | 1010111 | 1000010 | 1111011 | 11101 | 101110 | 0 | 110100 | 100000110 | 11110 | 100101 |
Color Harmonies of #57427B
Complementary color
Monochromatic Colors of #57427B
Black with #57427B
Text Example
Text Example
White with #57427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57427B; }
p { color: rgb(87,66,123); }
H1.HeaderClassName
{
color: #57427B;
}
.AnyTagClassName
{
color: #57427B;
}
</style>
background-color css
<style>
a { background-color: #57427B; }
a { background-color: rgb(87,66,123); }
div.DivClassName
{
background-color: #57427B;
}
.BgClassName
{
background-color: #57427B;
}
</style>
border-color css
<style>
span { border-color: #57427B; }
span { border-color: rgb(87,66,123); }
td.TdClassName
{
border-color: #57427B;
}
.TagClassName
{
border-color: #57427B;
}
</style>