Shades of Kingfisher Daisy #50307F
Tints of Kingfisher Daisy #50307F
RGB
CMYK
RGB Variations
Color information
#50307F (or 0x50307F) is known color: Kingfisher Daisy. HEX triplet: 50, 30 and 7F. RGB value is (80,48,127). Sum of RGB (Red+Green+Blue) = 80+48+127=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #50307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50307F is #AFCF80. Grayscale: #424242. Windows color (decimal): -11521921 or 8335440. OLE color: 8335440.
HSL color Cylindrical-coordinate representation of color #50307F: hue angle of 264.3º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50307F is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 48 | 127 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.50 |
| HSL | 264.3º | 0.45% | 0.34% | - |
| HSV(B) | 264.3º | 0.62% | 0.5% | - |
| XYZ | 8.2 | 5.35 | 20.68 | - |
| YUV | 66.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 127 | 0.37 | 0.62 | 0 | 0.50 | 264.3 | 0.45 | 0.34 |
| Hex | 50 | 30 | 7F | 25 | 3E | 0 | 32 | 108 | 2D | 22 |
| Octal | 120 | 60 | 177 | 45 | 76 | 0 | 62 | 410 | 55 | 42 |
| Binary | 1010000 | 110000 | 1111111 | 100101 | 111110 | 0 | 110010 | 100001000 | 101101 | 100010 |
Color Harmonies of #50307F
Complementary color
Monochromatic Colors of #50307F
Black with #50307F
Text Example
Text Example
White with #50307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50307F; }
p { color: rgb(80,48,127); }
H1.HeaderClassName
{
color: #50307F;
}
.AnyTagClassName
{
color: #50307F;
}
</style>
background-color css
<style>
a { background-color: #50307F; }
a { background-color: rgb(80,48,127); }
div.DivClassName
{
background-color: #50307F;
}
.BgClassName
{
background-color: #50307F;
}
</style>
border-color css
<style>
span { border-color: #50307F; }
span { border-color: rgb(80,48,127); }
td.TdClassName
{
border-color: #50307F;
}
.TagClassName
{
border-color: #50307F;
}
</style>