#53435B

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

Shades of Honey Flower #53435B

Tints of Honey Flower #53435B

Color information

#53435B (or 0x53435B) is unknown color: approx Honey Flower. HEX triplet: 53, 43 and 5B. RGB value is (83,67,91). Sum of RGB (Red+Green+Blue) = 83+67+91=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #53435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53435B is #ACBCA4. Grayscale: #4A4A4A. Windows color (decimal): -11320485 or 5981011. OLE color: 5981011.

HSL color Cylindrical-coordinate representation of color #53435B: hue angle of 280º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53435B is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB836791-
CMYK0.090.2600.64
HSL280º15.19%30.98%-
HSV(B)280º26.37%35.69%-
XYZ7.466.6110.78-
YUV74.52137.3134.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=34.44%
G=27.80%
B=37.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8367910.090.2600.6428015.1930.98
Hex53435B91A040118f1f
Octal123103133113201004301737
Binary10100111000011101101110011101001000000100011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53435B; }

 p { color: rgb(83,67,91); }

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

<style>
 a { background-color: #53435B; }

 a { background-color: rgb(83,67,91); }

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

<style>
 span { border-color: #53435B; }

 span { border-color: rgb(83,67,91); }

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