#52425F

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

Shades of Honey Flower #52425F

Tints of Honey Flower #52425F

Color information

#52425F (or 0x52425F) is unknown color: approx Honey Flower. HEX triplet: 52, 42 and 5F. RGB value is (82,66,95). Sum of RGB (Red+Green+Blue) = 82+66+95=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #52425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52425F is #ADBDA0. Grayscale: #494949. Windows color (decimal): -11386273 or 6242898. OLE color: 6242898.

HSL color Cylindrical-coordinate representation of color #52425F: hue angle of 273.1º 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 #52425F is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB826695-
CMYK0.140.3100.63
HSL273.1º18.01%31.57%-
HSV(B)273.1º30.53%37.25%-
XYZ7.496.5211.69-
YUV74.09139.8133.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=33.74%
G=27.16%
B=39.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8266950.140.3100.63273.118.0131.57
Hex52425FE1F03F1111220
Octal12210213716370774212240
Binary101001010000101011111111011111011111110001000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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