#52435C

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

Shades of Honey Flower #52435C

Tints of Honey Flower #52435C

Color information

#52435C (or 0x52435C) is unknown color: approx Honey Flower. HEX triplet: 52, 43 and 5C. RGB value is (82,67,92). Sum of RGB (Red+Green+Blue) = 82+67+92=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #52435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52435C is #ADBCA3. Grayscale: #4A4A4A. Windows color (decimal): -11386020 or 6046546. OLE color: 6046546.

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

Color convert

RGB826792-
CMYK0.110.2700.64
HSL276º15.72%31.18%-
HSV(B)276º27.17%36.08%-
XYZ7.426.5811-
YUV74.34137.97133.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=34.02%
G=27.80%
B=38.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8267920.110.2700.6427615.7231.18
Hex52435CB1B040114101f
Octal122103134133301004242037
Binary101001010000111011100101111011010000001000101001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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