Shades of Kingfisher Daisy #592F8B
Tints of Kingfisher Daisy #592F8B
RGB
CMYK
RGB Variations
Color information
#592F8B (or 0x592F8B) is known color: Kingfisher Daisy. HEX triplet: 59, 2F and 8B. RGB value is (89,47,139). Sum of RGB (Red+Green+Blue) = 89+47+139=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #592F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592F8B is #A6D074. Grayscale: #454545. Windows color (decimal): -10932341 or 9121625. OLE color: 9121625.
HSL color Cylindrical-coordinate representation of color #592F8B: hue angle of 267.39º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #592F8B is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 47 | 139 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.45 |
| HSL | 267.39º | 0.49% | 0.36% | - |
| HSV(B) | 267.39º | 0.66% | 0.55% | - |
| XYZ | 9.8 | 6.02 | 25.07 | - |
| YUV | 70.05 | 166.91 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 139 | 0.36 | 0.66 | 0 | 0.45 | 267.39 | 0.49 | 0.36 |
| Hex | 59 | 2F | 8B | 24 | 42 | 0 | 2D | 10B | 31 | 24 |
| Octal | 131 | 57 | 213 | 44 | 102 | 0 | 55 | 413 | 61 | 44 |
| Binary | 1011001 | 101111 | 10001011 | 100100 | 1000010 | 0 | 101101 | 100001011 | 110001 | 100100 |
Color Harmonies of #592F8B
Complementary color
Monochromatic Colors of #592F8B
Black with #592F8B
Text Example
Text Example
White with #592F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592F8B; }
p { color: rgb(89,47,139); }
H1.HeaderClassName
{
color: #592F8B;
}
.AnyTagClassName
{
color: #592F8B;
}
</style>
background-color css
<style>
a { background-color: #592F8B; }
a { background-color: rgb(89,47,139); }
div.DivClassName
{
background-color: #592F8B;
}
.BgClassName
{
background-color: #592F8B;
}
</style>
border-color css
<style>
span { border-color: #592F8B; }
span { border-color: rgb(89,47,139); }
td.TdClassName
{
border-color: #592F8B;
}
.TagClassName
{
border-color: #592F8B;
}
</style>