#553576

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

Shades of Kingfisher Daisy #553576

Tints of Kingfisher Daisy #553576

Color information

#553576 (or 0x553576) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 35 and 76. RGB value is (85,53,118). Sum of RGB (Red+Green+Blue) = 85+53+118=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #553576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553576 is #AACA89. Grayscale: #454545. Windows color (decimal): -11192970 or 7746901. OLE color: 7746901.

HSL color Cylindrical-coordinate representation of color #553576: hue angle of 269.54º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #553576 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8553118-
CMYK0.280.5500.54
HSL269.54º38.01%33.53%-
HSV(B)269.54º55.08%46.27%-
XYZ8.295.7917.82-
YUV69.98155.1138.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=33.20%
G=20.70%
B=46.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85531180.280.5500.54269.5438.0133.53
Hex5535761C3703610e2622
Octal1256516634670664164642
Binary10101011101011110110111001101110110110100001110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553576; }

 p { color: rgb(85,53,118); }

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

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

 a { background-color: rgb(85,53,118); }

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

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

 span { border-color: rgb(85,53,118); }

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