#532C6A

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

Shades of Honey Flower #532C6A

Tints of Honey Flower #532C6A

Color information

#532C6A (or 0x532C6A) is unknown color: approx Honey Flower. HEX triplet: 53, 2C and 6A. RGB value is (83,44,106). Sum of RGB (Red+Green+Blue) = 83+44+106=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #532C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C6A is #ACD395. Grayscale: #3E3E3E. Windows color (decimal): -11326358 or 6958163. OLE color: 6958163.

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

Color convert

RGB8344106-
CMYK0.220.5800.58
HSL277.74º41.33%29.41%-
HSV(B)277.74º58.49%41.57%-
XYZ7.074.6814.17-
YUV62.73152.42142.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=35.62%
G=18.88%
B=45.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83441060.220.5800.58277.7441.3329.41
Hex532C6A163A03A116291d
Octal1235415226720724265135
Binary1010011101100110101010110111010011101010001011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,44,106); }

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

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

 a { background-color: rgb(83,44,106); }

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

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

 span { border-color: rgb(83,44,106); }

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