#53405C

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

Shades of Honey Flower #53405C

Tints of Honey Flower #53405C

Color information

#53405C (or 0x53405C) is unknown color: approx Honey Flower. HEX triplet: 53, 40 and 5C. RGB value is (83,64,92). Sum of RGB (Red+Green+Blue) = 83+64+92=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #53405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53405C is #ACBFA3. Grayscale: #484848. Windows color (decimal): -11321252 or 6045779. OLE color: 6045779.

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

Color convert

RGB836492-
CMYK0.100.3000.64
HSL280.71º17.95%30.59%-
HSV(B)280.71º30.43%36.08%-
XYZ7.336.2810.95-
YUV72.87138.79135.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=34.73%
G=26.78%
B=38.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8364920.100.3000.64280.7117.9530.59
Hex53405CA1E040119121f
Octal123100134123601004312237
Binary101001110000001011100101011110010000001000110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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