#552884

Color #552884 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #552884

Tints of Kingfisher Daisy #552884

Color information

#552884 (or 0x552884) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 28 and 84. RGB value is (85,40,132). Sum of RGB (Red+Green+Blue) = 85+40+132=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #552884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552884 is #AAD77B. Grayscale: #3F3F3F. Windows color (decimal): -11196284 or 8661077. OLE color: 8661077.

HSL color Cylindrical-coordinate representation of color #552884: hue angle of 269.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #552884 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8540132-
CMYK0.360.7000.48
HSL269.35º53.49%33.73%-
HSV(B)269.35º69.7%51.76%-
XYZ8.675.1122.36-
YUV63.94166.41143.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=33.07%
G=15.56%
B=51.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85401320.360.7000.48269.3553.4933.73
Hex552884244603010d3522
Octal12550204441060604156542
Binary10101011010001000010010010010001100110000100001101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552884; }

 p { color: rgb(85,40,132); }

 H1.HeaderClassName
 {
   color: #552884;
 }
 .AnyTagClassName
 {
   color: #552884;
 }
</style>
background-color css

<style>
 a { background-color: #552884; }

 a { background-color: rgb(85,40,132); }

 div.DivClassName
 {
   background-color: #552884;
 }
 .BgClassName
 {
   background-color: #552884;
 }
</style>
border-color css

<style>
 span { border-color: #552884; }

 span { border-color: rgb(85,40,132); }

 td.TdClassName
 {
   border-color: #552884;
 }
 .TagClassName
 {
   border-color: #552884;
 }
</style>