#53316C

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

Shades of Honey Flower #53316C

Tints of Honey Flower #53316C

Color information

#53316C (or 0x53316C) is unknown color: approx Honey Flower. HEX triplet: 53, 31 and 6C. RGB value is (83,49,108). Sum of RGB (Red+Green+Blue) = 83+49+108=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #53316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53316C is #ACCE93. Grayscale: #414141. Windows color (decimal): -11325076 or 7090515. OLE color: 7090515.

HSL color Cylindrical-coordinate representation of color #53316C: hue angle of 274.58º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53316C is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8349108-
CMYK0.230.5500.58
HSL274.58º37.58%30.78%-
HSV(B)274.58º54.63%42.35%-
XYZ7.375.1214.79-
YUV65.89151.76140.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 108 (42.58% from 255) = 45%
R=34.58%
G=20.42%
B=45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83491080.230.5500.58274.5837.5830.78
Hex53316C173703A113261f
Octal1236115427670724234637
Binary1010011110001110110010111110111011101010001001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53316C; }

 p { color: rgb(83,49,108); }

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

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

 a { background-color: rgb(83,49,108); }

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

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

 span { border-color: rgb(83,49,108); }

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