#53425D

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

Shades of Honey Flower #53425D

Tints of Honey Flower #53425D

Color information

#53425D (or 0x53425D) is unknown color: approx Honey Flower. HEX triplet: 53, 42 and 5D. RGB value is (83,66,93). Sum of RGB (Red+Green+Blue) = 83+66+93=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #53425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53425D is #ACBDA2. Grayscale: #4A4A4A. Windows color (decimal): -11320739 or 6111827. OLE color: 6111827.

HSL color Cylindrical-coordinate representation of color #53425D: hue angle of 277.78º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53425D is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB836693-
CMYK0.110.2900.64
HSL277.78º16.98%31.18%-
HSV(B)277.78º29.03%36.47%-
XYZ7.496.5311.22-
YUV74.16138.63134.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=34.30%
G=27.27%
B=38.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8366930.110.2900.64277.7816.9831.18
Hex53425DB1D040116111f
Octal123102135133501004262137
Binary101001110000101011101101111101010000001000101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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