Shades of Kingfisher Daisy #571B9B
Tints of Kingfisher Daisy #571B9B
RGB
CMYK
RGB Variations
Color information
#571B9B (or 0x571B9B) is known color: Kingfisher Daisy. HEX triplet: 57, 1B and 9B. RGB value is (87,27,155). Sum of RGB (Red+Green+Blue) = 87+27+155=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #571B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571B9B is #A8E464. Grayscale: #3B3B3B. Windows color (decimal): -11068517 or 10165079. OLE color: 10165079.
HSL color Cylindrical-coordinate representation of color #571B9B: hue angle of 268.12º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #571B9B is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 27 | 155 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.39 |
| HSL | 268.13º | 0.7% | 0.36% | - |
| HSV(B) | 268.13º | 0.83% | 0.61% | - |
| XYZ | 10.24 | 5.18 | 31.47 | - |
| YUV | 59.53 | 181.88 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 27 | 155 | 0.44 | 0.83 | 0 | 0.39 | 268.13 | 0.7 | 0.36 |
| Hex | 57 | 1B | 9B | 2C | 53 | 0 | 27 | 10C | 46 | 24 |
| Octal | 127 | 33 | 233 | 54 | 123 | 0 | 47 | 414 | 106 | 44 |
| Binary | 1010111 | 11011 | 10011011 | 101100 | 1010011 | 0 | 100111 | 100001100 | 1000110 | 100100 |
Color Harmonies of #571B9B
Complementary color
Monochromatic Colors of #571B9B
Black with #571B9B
Text Example
Text Example
White with #571B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571B9B; }
p { color: rgb(87,27,155); }
H1.HeaderClassName
{
color: #571B9B;
}
.AnyTagClassName
{
color: #571B9B;
}
</style>
background-color css
<style>
a { background-color: #571B9B; }
a { background-color: rgb(87,27,155); }
div.DivClassName
{
background-color: #571B9B;
}
.BgClassName
{
background-color: #571B9B;
}
</style>
border-color css
<style>
span { border-color: #571B9B; }
span { border-color: rgb(87,27,155); }
td.TdClassName
{
border-color: #571B9B;
}
.TagClassName
{
border-color: #571B9B;
}
</style>