#53346C

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

Shades of Honey Flower #53346C

Tints of Honey Flower #53346C

Color information

#53346C (or 0x53346C) is unknown color: approx Honey Flower. HEX triplet: 53, 34 and 6C. RGB value is (83,52,108). Sum of RGB (Red+Green+Blue) = 83+52+108=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #53346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53346C is #ACCB93. Grayscale: #434343. Windows color (decimal): -11324308 or 7091283. OLE color: 7091283.

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

Color convert

RGB8352108-
CMYK0.230.5200.58
HSL273.21º35%31.37%-
HSV(B)273.21º51.85%42.35%-
XYZ7.55.3814.83-
YUV67.65150.77138.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=34.16%
G=21.40%
B=44.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83521080.230.5200.58273.213531.37
Hex53346C173403A111231f
Octal1236415427640724214337
Binary1010011110100110110010111110100011101010001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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