#53376C

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

Shades of Honey Flower #53376C

Tints of Honey Flower #53376C

Color information

#53376C (or 0x53376C) is unknown color: approx Honey Flower. HEX triplet: 53, 37 and 6C. RGB value is (83,55,108). Sum of RGB (Red+Green+Blue) = 83+55+108=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #53376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53376C is #ACC893. Grayscale: #454545. Windows color (decimal): -11323540 or 7092051. OLE color: 7092051.

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

Color convert

RGB8355108-
CMYK0.230.4900.58
HSL271.7º32.52%31.96%-
HSV(B)271.7º49.07%42.35%-
XYZ7.645.6514.88-
YUV69.41149.78137.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=33.74%
G=22.36%
B=43.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83551080.230.4900.58271.732.5231.96
Hex53376C173103A1102120
Octal1236715427610724204140
Binary10100111101111101100101111100010111010100010000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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