Shades of Kingfisher Daisy #57358A
Tints of Kingfisher Daisy #57358A
RGB
CMYK
RGB Variations
Color information
#57358A (or 0x57358A) is known color: Kingfisher Daisy. HEX triplet: 57, 35 and 8A. RGB value is (87,53,138). Sum of RGB (Red+Green+Blue) = 87+53+138=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #57358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57358A is #A8CA75. Grayscale: #484848. Windows color (decimal): -11061878 or 9057623. OLE color: 9057623.
HSL color Cylindrical-coordinate representation of color #57358A: hue angle of 264º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57358A is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 53 | 138 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.46 |
| HSL | 264º | 0.45% | 0.37% | - |
| HSV(B) | 264º | 0.62% | 0.54% | - |
| XYZ | 9.79 | 6.41 | 24.77 | - |
| YUV | 72.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 53 | 138 | 0.37 | 0.62 | 0 | 0.46 | 264 | 0.45 | 0.37 |
| Hex | 57 | 35 | 8A | 25 | 3E | 0 | 2E | 108 | 2D | 25 |
| Octal | 127 | 65 | 212 | 45 | 76 | 0 | 56 | 410 | 55 | 45 |
| Binary | 1010111 | 110101 | 10001010 | 100101 | 111110 | 0 | 101110 | 100001000 | 101101 | 100101 |
Color Harmonies of #57358A
Complementary color
Monochromatic Colors of #57358A
Black with #57358A
Text Example
Text Example
White with #57358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57358A; }
p { color: rgb(87,53,138); }
H1.HeaderClassName
{
color: #57358A;
}
.AnyTagClassName
{
color: #57358A;
}
</style>
background-color css
<style>
a { background-color: #57358A; }
a { background-color: rgb(87,53,138); }
div.DivClassName
{
background-color: #57358A;
}
.BgClassName
{
background-color: #57358A;
}
</style>
border-color css
<style>
span { border-color: #57358A; }
span { border-color: rgb(87,53,138); }
td.TdClassName
{
border-color: #57358A;
}
.TagClassName
{
border-color: #57358A;
}
</style>