#553776

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

Shades of Kingfisher Daisy #553776

Tints of Kingfisher Daisy #553776

Color information

#553776 (or 0x553776) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 37 and 76. RGB value is (85,55,118). Sum of RGB (Red+Green+Blue) = 85+55+118=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #553776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553776 is #AAC889. Grayscale: #464646. Windows color (decimal): -11192458 or 7747413. OLE color: 7747413.

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

Color convert

RGB8555118-
CMYK0.280.5300.54
HSL268.57º36.42%33.92%-
HSV(B)268.57º53.39%46.27%-
XYZ8.385.9717.85-
YUV71.15154.44137.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=32.95%
G=21.32%
B=45.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85551180.280.5300.54268.5736.4233.92
Hex5537761C3503610d2422
Octal1256716634650664154442
Binary10101011101111110110111001101010110110100001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553776; }

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

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

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

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

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

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

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

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