#53405D

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

Shades of Honey Flower #53405D

Tints of Honey Flower #53405D

Color information

#53405D (or 0x53405D) is unknown color: approx Honey Flower. HEX triplet: 53, 40 and 5D. RGB value is (83,64,93). Sum of RGB (Red+Green+Blue) = 83+64+93=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #53405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53405D is #ACBFA2. Grayscale: #484848. Windows color (decimal): -11321251 or 6111315. OLE color: 6111315.

HSL color Cylindrical-coordinate representation of color #53405D: hue angle of 279.31º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53405D is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB836493-
CMYK0.110.3100.64
HSL279.31º18.47%30.78%-
HSV(B)279.31º31.18%36.47%-
XYZ7.386.311.18-
YUV72.99139.29135.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=34.58%
G=26.67%
B=38.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8364930.110.3100.64279.3118.4730.78
Hex53405DB1F040117121f
Octal123100135133701004272237
Binary101001110000001011101101111111010000001000101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,64,93); }

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

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

 a { background-color: rgb(83,64,93); }

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

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

 span { border-color: rgb(83,64,93); }

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