#532C9B

Color #532C9B Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #532C9B

Tints of Daisy Bush #532C9B

Color information

#532C9B (or 0x532C9B) is unknown color: approx Daisy Bush. HEX triplet: 53, 2C and 9B. RGB value is (83,44,155). Sum of RGB (Red+Green+Blue) = 83+44+155=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #532C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532C9B is #ACD364. Grayscale: #434343. Windows color (decimal): -11326309 or 10169427. OLE color: 10169427.

HSL color Cylindrical-coordinate representation of color #532C9B: hue angle of 261.08º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532C9B is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8344155-
CMYK0.460.7200.39
HSL261.08º55.78%39.02%-
HSV(B)261.08º71.61%60.78%-
XYZ10.386.0131.62-
YUV68.32176.92138.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 44 (17.58% from 255) = 15.60%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=29.43%
G=15.60%
B=54.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83441550.460.7200.39261.0855.7839.02
Hex532C9B2E480271053827
Octal12354233561100474057047
Binary10100111011001001101110111010010000100111100000101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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