Shades of Kingfisher Daisy #5C2197
Tints of Kingfisher Daisy #5C2197
RGB
CMYK
RGB Variations
Color information
#5C2197 (or 0x5C2197) is known color: Kingfisher Daisy. HEX triplet: 5C, 21 and 97. RGB value is (92,33,151). Sum of RGB (Red+Green+Blue) = 92+33+151=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #5C2197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2197 is #A3DE68. Grayscale: #3F3F3F. Windows color (decimal): -10739305 or 9904476. OLE color: 9904476.
HSL color Cylindrical-coordinate representation of color #5C2197: hue angle of 270º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C2197 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 33 | 151 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.41 |
| HSL | 270º | 0.64% | 0.36% | - |
| HSV(B) | 270º | 0.78% | 0.59% | - |
| XYZ | 10.54 | 5.6 | 29.8 | - |
| YUV | 64.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 151 | 0.39 | 0.78 | 0 | 0.41 | 270 | 0.64 | 0.36 |
| Hex | 5C | 21 | 97 | 27 | 4E | 0 | 29 | 10E | 40 | 24 |
| Octal | 134 | 41 | 227 | 47 | 116 | 0 | 51 | 416 | 100 | 44 |
| Binary | 1011100 | 100001 | 10010111 | 100111 | 1001110 | 0 | 101001 | 100001110 | 1000000 | 100100 |
Color Harmonies of #5C2197
Complementary color
Monochromatic Colors of #5C2197
Black with #5C2197
Text Example
Text Example
White with #5C2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2197; }
p { color: rgb(92,33,151); }
H1.HeaderClassName
{
color: #5C2197;
}
.AnyTagClassName
{
color: #5C2197;
}
</style>
background-color css
<style>
a { background-color: #5C2197; }
a { background-color: rgb(92,33,151); }
div.DivClassName
{
background-color: #5C2197;
}
.BgClassName
{
background-color: #5C2197;
}
</style>
border-color css
<style>
span { border-color: #5C2197; }
span { border-color: rgb(92,33,151); }
td.TdClassName
{
border-color: #5C2197;
}
.TagClassName
{
border-color: #5C2197;
}
</style>