#52415D

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

Shades of Honey Flower #52415D

Tints of Honey Flower #52415D

Color information

#52415D (or 0x52415D) is unknown color: approx Honey Flower. HEX triplet: 52, 41 and 5D. RGB value is (82,65,93). Sum of RGB (Red+Green+Blue) = 82+65+93=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #52415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52415D is #ADBEA2. Grayscale: #494949. Windows color (decimal): -11386531 or 6111570. OLE color: 6111570.

HSL color Cylindrical-coordinate representation of color #52415D: hue angle of 276.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52415D is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB826593-
CMYK0.120.3000.64
HSL276.43º17.72%30.98%-
HSV(B)276.43º30.11%36.47%-
XYZ7.356.3611.2-
YUV73.28139.13134.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=34.17%
G=27.08%
B=38.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8265930.120.3000.64276.4317.7230.98
Hex52415DC1E040114121f
Octal122101135143601004242237
Binary101001010000011011101110011110010000001000101001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,65,93); }

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

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

 a { background-color: rgb(82,65,93); }

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

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

 span { border-color: rgb(82,65,93); }

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