#552784

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

Shades of Kingfisher Daisy #552784

Tints of Kingfisher Daisy #552784

Color information

#552784 (or 0x552784) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 27 and 84. RGB value is (85,39,132). Sum of RGB (Red+Green+Blue) = 85+39+132=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #552784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552784 is #AAD87B. Grayscale: #3F3F3F. Windows color (decimal): -11196540 or 8660821. OLE color: 8660821.

HSL color Cylindrical-coordinate representation of color #552784: hue angle of 269.68º degrees, saturation: 0.54, 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 #552784 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8539132-
CMYK0.360.7000.48
HSL269.68º54.39%33.53%-
HSV(B)269.68º70.45%51.76%-
XYZ8.645.0522.35-
YUV63.36166.74143.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 39 (15.62% from 255) = 15.23%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=33.20%
G=15.23%
B=51.56%

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
Decimal85391320.360.7000.48269.6854.3933.53
Hex552784244603010e3622
Octal12547204441060604166642
Binary10101011001111000010010010010001100110000100001110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552784; }

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

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

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

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

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

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

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

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