Shades of Kingfisher Daisy #5F2682
Tints of Kingfisher Daisy #5F2682
RGB
CMYK
RGB Variations
Color information
#5F2682 (or 0x5F2682) is known color: Kingfisher Daisy. HEX triplet: 5F, 26 and 82. RGB value is (95,38,130). Sum of RGB (Red+Green+Blue) = 95+38+130=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F2682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2682 is #A0D97D. Grayscale: #414141. Windows color (decimal): -10541438 or 8529503. OLE color: 8529503.
HSL color Cylindrical-coordinate representation of color #5F2682: hue angle of 277.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F2682 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 38 | 130 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.49 |
| HSL | 277.17º | 0.55% | 0.33% | - |
| HSV(B) | 277.17º | 0.71% | 0.51% | - |
| XYZ | 9.44 | 5.43 | 21.67 | - |
| YUV | 65.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 38 | 130 | 0.27 | 0.71 | 0 | 0.49 | 277.17 | 0.55 | 0.33 |
| Hex | 5F | 26 | 82 | 1B | 47 | 0 | 31 | 115 | 37 | 21 |
| Octal | 137 | 46 | 202 | 33 | 107 | 0 | 61 | 425 | 67 | 41 |
| Binary | 1011111 | 100110 | 10000010 | 11011 | 1000111 | 0 | 110001 | 100010101 | 110111 | 100001 |
Color Harmonies of #5F2682
Complementary color
Monochromatic Colors of #5F2682
Black with #5F2682
Text Example
Text Example
White with #5F2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2682; }
p { color: rgb(95,38,130); }
H1.HeaderClassName
{
color: #5F2682;
}
.AnyTagClassName
{
color: #5F2682;
}
</style>
background-color css
<style>
a { background-color: #5F2682; }
a { background-color: rgb(95,38,130); }
div.DivClassName
{
background-color: #5F2682;
}
.BgClassName
{
background-color: #5F2682;
}
</style>
border-color css
<style>
span { border-color: #5F2682; }
span { border-color: rgb(95,38,130); }
td.TdClassName
{
border-color: #5F2682;
}
.TagClassName
{
border-color: #5F2682;
}
</style>