Shades of Kingfisher Daisy #5A308C
Tints of Kingfisher Daisy #5A308C
RGB
CMYK
RGB Variations
Color information
#5A308C (or 0x5A308C) is known color: Kingfisher Daisy. HEX triplet: 5A, 30 and 8C. RGB value is (90,48,140). Sum of RGB (Red+Green+Blue) = 90+48+140=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A308C is #A5CF73. Grayscale: #464646. Windows color (decimal): -10866548 or 9187418. OLE color: 9187418.
HSL color Cylindrical-coordinate representation of color #5A308C: hue angle of 267.39º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A308C is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 48 | 140 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.45 |
| HSL | 267.39º | 0.49% | 0.37% | - |
| HSV(B) | 267.39º | 0.66% | 0.55% | - |
| XYZ | 10.01 | 6.18 | 25.48 | - |
| YUV | 71.05 | 166.91 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 140 | 0.36 | 0.66 | 0 | 0.45 | 267.39 | 0.49 | 0.37 |
| Hex | 5A | 30 | 8C | 24 | 42 | 0 | 2D | 10B | 31 | 25 |
| Octal | 132 | 60 | 214 | 44 | 102 | 0 | 55 | 413 | 61 | 45 |
| Binary | 1011010 | 110000 | 10001100 | 100100 | 1000010 | 0 | 101101 | 100001011 | 110001 | 100101 |
Color Harmonies of #5A308C
Complementary color
Monochromatic Colors of #5A308C
Black with #5A308C
Text Example
Text Example
White with #5A308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A308C; }
p { color: rgb(90,48,140); }
H1.HeaderClassName
{
color: #5A308C;
}
.AnyTagClassName
{
color: #5A308C;
}
</style>
background-color css
<style>
a { background-color: #5A308C; }
a { background-color: rgb(90,48,140); }
div.DivClassName
{
background-color: #5A308C;
}
.BgClassName
{
background-color: #5A308C;
}
</style>
border-color css
<style>
span { border-color: #5A308C; }
span { border-color: rgb(90,48,140); }
td.TdClassName
{
border-color: #5A308C;
}
.TagClassName
{
border-color: #5A308C;
}
</style>