Shades of Kingfisher Daisy #5A237E
Tints of Kingfisher Daisy #5A237E
RGB
CMYK
RGB Variations
Color information
#5A237E (or 0x5A237E) is known color: Kingfisher Daisy. HEX triplet: 5A, 23 and 7E. RGB value is (90,35,126). Sum of RGB (Red+Green+Blue) = 90+35+126=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A237E is #A5DC81. Grayscale: #3D3D3D. Windows color (decimal): -10869890 or 8266586. OLE color: 8266586.
HSL color Cylindrical-coordinate representation of color #5A237E: hue angle of 276.26º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A237E is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 35 | 126 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.51 |
| HSL | 276.26º | 0.57% | 0.32% | - |
| HSV(B) | 276.26º | 0.72% | 0.49% | - |
| XYZ | 8.58 | 4.88 | 20.23 | - |
| YUV | 61.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 126 | 0.29 | 0.72 | 0 | 0.51 | 276.26 | 0.57 | 0.32 |
| Hex | 5A | 23 | 7E | 1D | 48 | 0 | 33 | 114 | 39 | 20 |
| Octal | 132 | 43 | 176 | 35 | 110 | 0 | 63 | 424 | 71 | 40 |
| Binary | 1011010 | 100011 | 1111110 | 11101 | 1001000 | 0 | 110011 | 100010100 | 111001 | 100000 |
Color Harmonies of #5A237E
Complementary color
Monochromatic Colors of #5A237E
Black with #5A237E
Text Example
Text Example
White with #5A237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A237E; }
p { color: rgb(90,35,126); }
H1.HeaderClassName
{
color: #5A237E;
}
.AnyTagClassName
{
color: #5A237E;
}
</style>
background-color css
<style>
a { background-color: #5A237E; }
a { background-color: rgb(90,35,126); }
div.DivClassName
{
background-color: #5A237E;
}
.BgClassName
{
background-color: #5A237E;
}
</style>
border-color css
<style>
span { border-color: #5A237E; }
span { border-color: rgb(90,35,126); }
td.TdClassName
{
border-color: #5A237E;
}
.TagClassName
{
border-color: #5A237E;
}
</style>