#553873

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

Shades of Kingfisher Daisy #553873

Tints of Kingfisher Daisy #553873

Color information

#553873 (or 0x553873) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 38 and 73. RGB value is (85,56,115). Sum of RGB (Red+Green+Blue) = 85+56+115=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #553873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553873 is #AAC78C. Grayscale: #474747. Windows color (decimal): -11192205 or 7551061. OLE color: 7551061.

HSL color Cylindrical-coordinate representation of color #553873: hue angle of 269.49º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #553873 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8556115-
CMYK0.260.5100.55
HSL269.49º34.5%33.53%-
HSV(B)269.49º51.3%45.1%-
XYZ8.25616.94-
YUV71.4152.61137.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=33.20%
G=21.88%
B=44.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85561150.260.5100.55269.4934.533.53
Hex5538731A3303710d2322
Octal1257016332630674154342
Binary10101011110001110011110101100110110111100001101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553873; }

 p { color: rgb(85,56,115); }

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

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

 a { background-color: rgb(85,56,115); }

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

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

 span { border-color: rgb(85,56,115); }

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