#52336A

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

Shades of Honey Flower #52336A

Tints of Honey Flower #52336A

Color information

#52336A (or 0x52336A) is unknown color: approx Honey Flower. HEX triplet: 52, 33 and 6A. RGB value is (82,51,106). Sum of RGB (Red+Green+Blue) = 82+51+106=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #52336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52336A is #ADCC95. Grayscale: #424242. Windows color (decimal): -11390102 or 6959954. OLE color: 6959954.

HSL color Cylindrical-coordinate representation of color #52336A: hue angle of 273.82º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52336A is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8251106-
CMYK0.230.5200.58
HSL273.82º35.03%30.78%-
HSV(B)273.82º51.89%41.57%-
XYZ7.275.214.26-
YUV66.54150.27139.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=34.31%
G=21.34%
B=44.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82511060.230.5200.58273.8235.0330.78
Hex52336A173403A112231f
Octal1226315227640724224337
Binary1010010110011110101010111110100011101010001001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,51,106); }

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

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

 a { background-color: rgb(82,51,106); }

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

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

 span { border-color: rgb(82,51,106); }

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