#52435A

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

Shades of Honey Flower #52435A

Tints of Honey Flower #52435A

Color information

#52435A (or 0x52435A) is unknown color: approx Honey Flower. HEX triplet: 52, 43 and 5A. RGB value is (82,67,90). Sum of RGB (Red+Green+Blue) = 82+67+90=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #52435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52435A is #ADBCA5. Grayscale: #4A4A4A. Windows color (decimal): -11386022 or 5915474. OLE color: 5915474.

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

Color convert

RGB826790-
CMYK0.090.2600.65
HSL279.13º14.65%30.78%-
HSV(B)279.13º25.56%35.29%-
XYZ7.336.5510.55-
YUV74.11136.97133.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=34.31%
G=28.03%
B=37.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8267900.090.2600.65279.1314.6530.78
Hex52435A91A041117f1f
Octal122103132113201014271737
Binary10100101000011101101010011101001000001100010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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