#52396A

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

Shades of Honey Flower #52396A

Tints of Honey Flower #52396A

Color information

#52396A (or 0x52396A) is unknown color: approx Honey Flower. HEX triplet: 52, 39 and 6A. RGB value is (82,57,106). Sum of RGB (Red+Green+Blue) = 82+57+106=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #52396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52396A is #ADC695. Grayscale: #454545. Windows color (decimal): -11388566 or 6961490. OLE color: 6961490.

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

Color convert

RGB8257106-
CMYK0.230.4600.58
HSL270.61º30.06%31.96%-
HSV(B)270.61º46.23%41.57%-
XYZ7.545.7614.35-
YUV70.06148.28136.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=33.47%
G=23.27%
B=43.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82571060.230.4600.58270.6130.0631.96
Hex52396A172E03A10f1e20
Octal1227115227560724173640
Binary1010010111001110101010111101110011101010000111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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