#5C496A

Color #5C496A Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5C496A

Tints of Honey Flower #5C496A

Color information

#5C496A (or 0x5C496A) is unknown color: approx Honey Flower. HEX triplet: 5C, 49 and 6A. RGB value is (92,73,106). Sum of RGB (Red+Green+Blue) = 92+73+106=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #5C496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C496A is #A3B695. Grayscale: #525252. Windows color (decimal): -10729110 or 6965596. OLE color: 6965596.

HSL color Cylindrical-coordinate representation of color #5C496A: hue angle of 274.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C496A is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9273106-
CMYK0.130.3100.58
HSL274.55º18.44%35.1%-
HSV(B)274.55º31.13%41.57%-
XYZ9.48.0814.7-
YUV82.44141.29134.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.95%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=33.95%
G=26.94%
B=39.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92731060.130.3100.58274.5518.4435.1
Hex5C496AD1F03A1131223
Octal13411115215370724232243
Binary101110010010011101010110111111011101010001001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C496A; }

 p { color: rgb(92,73,106); }

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

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

 a { background-color: rgb(92,73,106); }

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

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

 span { border-color: rgb(92,73,106); }

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