#52435B

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

Shades of Honey Flower #52435B

Tints of Honey Flower #52435B

Color information

#52435B (or 0x52435B) is unknown color: approx Honey Flower. HEX triplet: 52, 43 and 5B. RGB value is (82,67,91). Sum of RGB (Red+Green+Blue) = 82+67+91=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #52435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52435B is #ADBCA4. Grayscale: #4A4A4A. Windows color (decimal): -11386021 or 5981010. OLE color: 5981010.

HSL color Cylindrical-coordinate representation of color #52435B: hue angle of 277.5º 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 #52435B is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB826791-
CMYK0.100.2600.64
HSL277.5º15.19%30.98%-
HSV(B)277.5º26.37%35.69%-
XYZ7.386.5610.78-
YUV74.22137.47133.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=34.17%
G=27.92%
B=37.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8267910.100.2600.64277.515.1930.98
Hex52435BA1A040116f1f
Octal122103133123201004261737
Binary10100101000011101101110101101001000000100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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