#53405E

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

Shades of Honey Flower #53405E

Tints of Honey Flower #53405E

Color information

#53405E (or 0x53405E) is unknown color: approx Honey Flower. HEX triplet: 53, 40 and 5E. RGB value is (83,64,94). Sum of RGB (Red+Green+Blue) = 83+64+94=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #53405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53405E is #ACBFA1. Grayscale: #494949. Windows color (decimal): -11321250 or 6176851. OLE color: 6176851.

HSL color Cylindrical-coordinate representation of color #53405E: hue angle of 278º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53405E is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB836494-
CMYK0.120.3200.63
HSL278º18.99%30.98%-
HSV(B)278º31.91%36.86%-
XYZ7.426.3111.42-
YUV73.1139.79135.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=34.44%
G=26.56%
B=39.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8364940.120.3200.6327818.9930.98
Hex53405EC2003F116131f
Octal12310013614400774262337
Binary101001110000001011110110010000001111111000101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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