#53376D

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

Shades of Honey Flower #53376D

Tints of Honey Flower #53376D

Color information

#53376D (or 0x53376D) is unknown color: approx Honey Flower. HEX triplet: 53, 37 and 6D. RGB value is (83,55,109). Sum of RGB (Red+Green+Blue) = 83+55+109=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #53376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53376D is #ACC892. Grayscale: #454545. Windows color (decimal): -11323539 or 7157587. OLE color: 7157587.

HSL color Cylindrical-coordinate representation of color #53376D: hue angle of 271.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53376D is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8355109-
CMYK0.240.5000.57
HSL271.11º32.93%32.16%-
HSV(B)271.11º49.54%42.75%-
XYZ7.695.6815.16-
YUV69.53150.28137.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=33.60%
G=22.27%
B=44.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83551090.240.5000.57271.1132.9332.16
Hex53376D183203910f2120
Octal1236715530620714174140
Binary10100111101111101101110001100100111001100001111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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