Shades of Kingfisher Daisy #51397D
Tints of Kingfisher Daisy #51397D
RGB
CMYK
RGB Variations
Color information
#51397D (or 0x51397D) is known color: Kingfisher Daisy. HEX triplet: 51, 39 and 7D. RGB value is (81,57,125). Sum of RGB (Red+Green+Blue) = 81+57+125=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #51397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51397D is #AEC682. Grayscale: #474747. Windows color (decimal): -11454083 or 8206673. OLE color: 8206673.
HSL color Cylindrical-coordinate representation of color #51397D: hue angle of 261.18º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51397D is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 57 | 125 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.51 |
| HSL | 261.18º | 0.37% | 0.36% | - |
| HSV(B) | 261.18º | 0.54% | 0.49% | - |
| XYZ | 8.56 | 6.16 | 20.14 | - |
| YUV | 71.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 125 | 0.35 | 0.54 | 0 | 0.51 | 261.18 | 0.37 | 0.36 |
| Hex | 51 | 39 | 7D | 23 | 36 | 0 | 33 | 105 | 25 | 24 |
| Octal | 121 | 71 | 175 | 43 | 66 | 0 | 63 | 405 | 45 | 44 |
| Binary | 1010001 | 111001 | 1111101 | 100011 | 110110 | 0 | 110011 | 100000101 | 100101 | 100100 |
Color Harmonies of #51397D
Complementary color
Monochromatic Colors of #51397D
Black with #51397D
Text Example
Text Example
White with #51397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51397D; }
p { color: rgb(81,57,125); }
H1.HeaderClassName
{
color: #51397D;
}
.AnyTagClassName
{
color: #51397D;
}
</style>
background-color css
<style>
a { background-color: #51397D; }
a { background-color: rgb(81,57,125); }
div.DivClassName
{
background-color: #51397D;
}
.BgClassName
{
background-color: #51397D;
}
</style>
border-color css
<style>
span { border-color: #51397D; }
span { border-color: rgb(81,57,125); }
td.TdClassName
{
border-color: #51397D;
}
.TagClassName
{
border-color: #51397D;
}
</style>