#532c90

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

Shades of Daisy Bush #532C90

Tints of Daisy Bush #532C90

Color information

#532C90 (or 0x532C90) is unknown color: approx Daisy Bush. HEX triplet: 53, 2C and 90. RGB value is (83,44,144). Sum of RGB (Red+Green+Blue) = 83+44+144=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #532C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532C90 is #ACD36F. Grayscale: #424242. Windows color (decimal): -11326320 or 9448531. OLE color: 9448531.

HSL color Cylindrical-coordinate representation of color #532C90: hue angle of 263.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #532C90 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8344144-
CMYK0.420.6900.44
HSL263.4º53.19%36.86%-
HSV(B)263.4º69.44%56.47%-
XYZ9.55.6526.98-
YUV67.06171.42139.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 44 (17.58% from 255) = 16.24%
BLUE value IS 144 (56.64% from 255) = 53.14%
R=30.63%
G=16.24%
B=53.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83441440.420.6900.44263.453.1936.86
Hex532C902A4502C1073525
Octal12354220521050544076545
Binary10100111011001001000010101010001010101100100000111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532c90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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