#53465A

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

Shades of Honey Flower #53465A

Tints of Honey Flower #53465A

Color information

#53465A (or 0x53465A) is unknown color: approx Honey Flower. HEX triplet: 53, 46 and 5A. RGB value is (83,70,90). Sum of RGB (Red+Green+Blue) = 83+70+90=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #53465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53465A is #ACB9A5. Grayscale: #4C4C4C. Windows color (decimal): -11319718 or 5916243. OLE color: 5916243.

HSL color Cylindrical-coordinate representation of color #53465A: hue angle of 279º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53465A is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB837090-
CMYK0.080.2200.65
HSL279º12.5%31.37%-
HSV(B)279º22.22%35.29%-
XYZ7.66.9610.62-
YUV76.17135.81132.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=34.16%
G=28.81%
B=37.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8370900.080.2200.6527912.531.37
Hex53465A816041117c1f
Octal123106132102601014271437
Binary10100111000110101101010001011001000001100010111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53465A; }

 p { color: rgb(83,70,90); }

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

<style>
 a { background-color: #53465A; }

 a { background-color: rgb(83,70,90); }

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

<style>
 span { border-color: #53465A; }

 span { border-color: rgb(83,70,90); }

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