#52356A

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

Shades of Honey Flower #52356A

Tints of Honey Flower #52356A

Color information

#52356A (or 0x52356A) is unknown color: approx Honey Flower. HEX triplet: 52, 35 and 6A. RGB value is (82,53,106). Sum of RGB (Red+Green+Blue) = 82+53+106=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #52356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52356A is #ADCA95. Grayscale: #434343. Windows color (decimal): -11389590 or 6960466. OLE color: 6960466.

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

Color convert

RGB8253106-
CMYK0.230.500.58
HSL272.83º33.33%31.18%-
HSV(B)272.83º50%41.57%-
XYZ7.355.3814.29-
YUV67.71149.61138.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=34.02%
G=21.99%
B=43.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82531060.230.500.58272.8333.3331.18
Hex52356A173203A111211f
Octal1226515227620724214137
Binary1010010110101110101010111110010011101010001000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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