Shades of Kingfisher Daisy #583C7D
Tints of Kingfisher Daisy #583C7D
RGB
CMYK
RGB Variations
Color information
#583C7D (or 0x583C7D) is known color: Kingfisher Daisy. HEX triplet: 58, 3C and 7D. RGB value is (88,60,125). Sum of RGB (Red+Green+Blue) = 88+60+125=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #583C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583C7D is #A7C382. Grayscale: #4B4B4B. Windows color (decimal): -10994563 or 8207448. OLE color: 8207448.
HSL color Cylindrical-coordinate representation of color #583C7D: hue angle of 265.85º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #583C7D is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 60 | 125 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.51 |
| HSL | 265.85º | 0.35% | 0.36% | - |
| HSV(B) | 265.85º | 0.52% | 0.49% | - |
| XYZ | 9.34 | 6.79 | 20.22 | - |
| YUV | 75.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 125 | 0.30 | 0.52 | 0 | 0.51 | 265.85 | 0.35 | 0.36 |
| Hex | 58 | 3C | 7D | 1E | 34 | 0 | 33 | 10A | 23 | 24 |
| Octal | 130 | 74 | 175 | 36 | 64 | 0 | 63 | 412 | 43 | 44 |
| Binary | 1011000 | 111100 | 1111101 | 11110 | 110100 | 0 | 110011 | 100001010 | 100011 | 100100 |
Color Harmonies of #583C7D
Complementary color
Monochromatic Colors of #583C7D
Black with #583C7D
Text Example
Text Example
White with #583C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C7D; }
p { color: rgb(88,60,125); }
H1.HeaderClassName
{
color: #583C7D;
}
.AnyTagClassName
{
color: #583C7D;
}
</style>
background-color css
<style>
a { background-color: #583C7D; }
a { background-color: rgb(88,60,125); }
div.DivClassName
{
background-color: #583C7D;
}
.BgClassName
{
background-color: #583C7D;
}
</style>
border-color css
<style>
span { border-color: #583C7D; }
span { border-color: rgb(88,60,125); }
td.TdClassName
{
border-color: #583C7D;
}
.TagClassName
{
border-color: #583C7D;
}
</style>