#53425F

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

Shades of Honey Flower #53425F

Tints of Honey Flower #53425F

Color information

#53425F (or 0x53425F) is unknown color: approx Honey Flower. HEX triplet: 53, 42 and 5F. RGB value is (83,66,95). Sum of RGB (Red+Green+Blue) = 83+66+95=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #53425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53425F is #ACBDA0. Grayscale: #4A4A4A. Windows color (decimal): -11320737 or 6242899. OLE color: 6242899.

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

Color convert

RGB836695-
CMYK0.130.3100.63
HSL275.17º18.01%31.57%-
HSV(B)275.17º30.53%37.25%-
XYZ7.586.5611.69-
YUV74.39139.63134.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=34.02%
G=27.05%
B=38.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8366950.130.3100.63275.1718.0131.57
Hex53425FD1F03F1131220
Octal12310213715370774232240
Binary101001110000101011111110111111011111110001001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53425F; }

 p { color: rgb(83,66,95); }

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

<style>
 a { background-color: #53425F; }

 a { background-color: rgb(83,66,95); }

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

<style>
 span { border-color: #53425F; }

 span { border-color: rgb(83,66,95); }

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