#532B69

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

Shades of Honey Flower #532B69

Tints of Honey Flower #532B69

Color information

#532B69 (or 0x532B69) is unknown color: approx Honey Flower. HEX triplet: 53, 2B and 69. RGB value is (83,43,105). Sum of RGB (Red+Green+Blue) = 83+43+105=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #532B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532B69 is #ACD496. Grayscale: #3D3D3D. Windows color (decimal): -11326615 or 6892371. OLE color: 6892371.

HSL color Cylindrical-coordinate representation of color #532B69: hue angle of 278.71º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532B69 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8343105-
CMYK0.210.5900.59
HSL278.71º41.89%29.02%-
HSV(B)278.71º59.05%41.18%-
XYZ6.984.5913.88-
YUV62.03152.25142.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=35.93%
G=18.61%
B=45.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83431050.210.5900.59278.7141.8929.02
Hex532B69153B03B1172a1d
Octal1235315125730734275235
Binary1010011101011110100110101111011011101110001011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532B69; }

 p { color: rgb(83,43,105); }

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

<style>
 a { background-color: #532B69; }

 a { background-color: rgb(83,43,105); }

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

<style>
 span { border-color: #532B69; }

 span { border-color: rgb(83,43,105); }

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