Shades of Kingfisher Daisy #57387F
Tints of Kingfisher Daisy #57387F
RGB
CMYK
RGB Variations
Color information
#57387F (or 0x57387F) is known color: Kingfisher Daisy. HEX triplet: 57, 38 and 7F. RGB value is (87,56,127). Sum of RGB (Red+Green+Blue) = 87+56+127=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #57387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57387F is #A8C780. Grayscale: #494949. Windows color (decimal): -11061121 or 8337495. OLE color: 8337495.
HSL color Cylindrical-coordinate representation of color #57387F: hue angle of 266.2º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57387F is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 56 | 127 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.50 |
| HSL | 266.2º | 0.39% | 0.36% | - |
| HSV(B) | 266.2º | 0.56% | 0.5% | - |
| XYZ | 9.18 | 6.39 | 20.83 | - |
| YUV | 73.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 56 | 127 | 0.31 | 0.56 | 0 | 0.50 | 266.2 | 0.39 | 0.36 |
| Hex | 57 | 38 | 7F | 1F | 38 | 0 | 32 | 10A | 27 | 24 |
| Octal | 127 | 70 | 177 | 37 | 70 | 0 | 62 | 412 | 47 | 44 |
| Binary | 1010111 | 111000 | 1111111 | 11111 | 111000 | 0 | 110010 | 100001010 | 100111 | 100100 |
Color Harmonies of #57387F
Complementary color
Monochromatic Colors of #57387F
Black with #57387F
Text Example
Text Example
White with #57387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57387F; }
p { color: rgb(87,56,127); }
H1.HeaderClassName
{
color: #57387F;
}
.AnyTagClassName
{
color: #57387F;
}
</style>
background-color css
<style>
a { background-color: #57387F; }
a { background-color: rgb(87,56,127); }
div.DivClassName
{
background-color: #57387F;
}
.BgClassName
{
background-color: #57387F;
}
</style>
border-color css
<style>
span { border-color: #57387F; }
span { border-color: rgb(87,56,127); }
td.TdClassName
{
border-color: #57387F;
}
.TagClassName
{
border-color: #57387F;
}
</style>