Shades of Kingfisher Daisy #552F8A
Tints of Kingfisher Daisy #552F8A
RGB
CMYK
RGB Variations
Color information
#552F8A (or 0x552F8A) is known color: Kingfisher Daisy. HEX triplet: 55, 2F and 8A. RGB value is (85,47,138). Sum of RGB (Red+Green+Blue) = 85+47+138=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #552F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552F8A is #AAD075. Grayscale: #444444. Windows color (decimal): -11194486 or 9056085. OLE color: 9056085.
HSL color Cylindrical-coordinate representation of color #552F8A: hue angle of 265.05º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552F8A is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 47 | 138 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.46 |
| HSL | 265.06º | 0.49% | 0.36% | - |
| HSV(B) | 265.06º | 0.66% | 0.54% | - |
| XYZ | 9.35 | 5.8 | 24.67 | - |
| YUV | 68.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 138 | 0.38 | 0.66 | 0 | 0.46 | 265.06 | 0.49 | 0.36 |
| Hex | 55 | 2F | 8A | 26 | 42 | 0 | 2E | 109 | 31 | 24 |
| Octal | 125 | 57 | 212 | 46 | 102 | 0 | 56 | 411 | 61 | 44 |
| Binary | 1010101 | 101111 | 10001010 | 100110 | 1000010 | 0 | 101110 | 100001001 | 110001 | 100100 |
Color Harmonies of #552F8A
Complementary color
Monochromatic Colors of #552F8A
Black with #552F8A
Text Example
Text Example
White with #552F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F8A; }
p { color: rgb(85,47,138); }
H1.HeaderClassName
{
color: #552F8A;
}
.AnyTagClassName
{
color: #552F8A;
}
</style>
background-color css
<style>
a { background-color: #552F8A; }
a { background-color: rgb(85,47,138); }
div.DivClassName
{
background-color: #552F8A;
}
.BgClassName
{
background-color: #552F8A;
}
</style>
border-color css
<style>
span { border-color: #552F8A; }
span { border-color: rgb(85,47,138); }
td.TdClassName
{
border-color: #552F8A;
}
.TagClassName
{
border-color: #552F8A;
}
</style>