#552284

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

Shades of Kingfisher Daisy #552284

Tints of Kingfisher Daisy #552284

Color information

#552284 (or 0x552284) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 22 and 84. RGB value is (85,34,132). Sum of RGB (Red+Green+Blue) = 85+34+132=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #552284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552284 is #AADD7B. Grayscale: #3C3C3C. Windows color (decimal): -11197820 or 8659541. OLE color: 8659541.

HSL color Cylindrical-coordinate representation of color #552284: hue angle of 271.22º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552284 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8534132-
CMYK0.360.7400.48
HSL271.22º59.04%32.55%-
HSV(B)271.22º74.24%51.76%-
XYZ8.484.7422.3-
YUV60.42168.4145.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 34 (13.67% from 255) = 13.55%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=33.86%
G=13.55%
B=52.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85341320.360.7400.48271.2259.0432.55
Hex552284244A03010f3b21
Octal12542204441120604177341
Binary10101011000101000010010010010010100110000100001111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552284; }

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

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

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

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

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

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

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

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