#52445A

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

Shades of Honey Flower #52445A

Tints of Honey Flower #52445A

Color information

#52445A (or 0x52445A) is unknown color: approx Honey Flower. HEX triplet: 52, 44 and 5A. RGB value is (82,68,90). Sum of RGB (Red+Green+Blue) = 82+68+90=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #52445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52445A is #ADBBA5. Grayscale: #4A4A4A. Windows color (decimal): -11385766 or 5915730. OLE color: 5915730.

HSL color Cylindrical-coordinate representation of color #52445A: hue angle of 278.18º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52445A is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB826890-
CMYK0.090.2400.65
HSL278.18º13.92%30.98%-
HSV(B)278.18º24.44%35.29%-
XYZ7.396.6710.57-
YUV74.69136.64133.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=34.17%
G=28.33%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8268900.090.2400.65278.1813.9230.98
Hex52445A918041116e1f
Octal122104132113001014261637
Binary10100101000100101101010011100001000001100010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,68,90); }

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

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

 a { background-color: rgb(82,68,90); }

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

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

 span { border-color: rgb(82,68,90); }

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