#553478

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

Shades of Kingfisher Daisy #553478

Tints of Kingfisher Daisy #553478

Color information

#553478 (or 0x553478) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 34 and 78. RGB value is (85,52,120). Sum of RGB (Red+Green+Blue) = 85+52+120=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #553478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553478 is #AACB87. Grayscale: #454545. Windows color (decimal): -11193224 or 7877717. OLE color: 7877717.

HSL color Cylindrical-coordinate representation of color #553478: hue angle of 269.12º 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 #553478 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8552120-
CMYK0.290.5700.53
HSL269.12º39.53%33.73%-
HSV(B)269.12º56.67%47.06%-
XYZ8.365.7418.44-
YUV69.62156.43138.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=33.07%
G=20.23%
B=46.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85521200.290.5700.53269.1239.5333.73
Hex5534781D3903510d2822
Octal1256417035710654155042
Binary10101011101001111000111011110010110101100001101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553478; }

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

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

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

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

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

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

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

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