#553479

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

Shades of Kingfisher Daisy #553479

Tints of Kingfisher Daisy #553479

Color information

#553479 (or 0x553479) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 34 and 79. RGB value is (85,52,121). Sum of RGB (Red+Green+Blue) = 85+52+121=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #553479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553479 is #AACB86. Grayscale: #454545. Windows color (decimal): -11193223 or 7943253. OLE color: 7943253.

HSL color Cylindrical-coordinate representation of color #553479: hue angle of 268.7º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #553479 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8552121-
CMYK0.300.5700.53
HSL268.7º39.88%33.92%-
HSV(B)268.7º57.02%47.45%-
XYZ8.435.7718.76-
YUV69.73156.93138.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=32.95%
G=20.16%
B=46.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85521210.300.5700.53268.739.8833.92
Hex5534791E3903510d2822
Octal1256417136710654155042
Binary10101011101001111001111101110010110101100001101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553479; }

 p { color: rgb(85,52,121); }

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

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

 a { background-color: rgb(85,52,121); }

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

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

 span { border-color: rgb(85,52,121); }

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