#532E93

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

Shades of Daisy Bush #532E93

Tints of Daisy Bush #532E93

Color information

#532E93 (or 0x532E93) is unknown color: approx Daisy Bush. HEX triplet: 53, 2E and 93. RGB value is (83,46,147). Sum of RGB (Red+Green+Blue) = 83+46+147=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #532E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532E93 is #ACD16C. Grayscale: #444444. Windows color (decimal): -11325805 or 9645651. OLE color: 9645651.

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

Color convert

RGB8346147-
CMYK0.440.6900.42
HSL261.98º52.33%37.84%-
HSV(B)261.98º68.71%57.65%-
XYZ9.815.928.23-
YUV68.58172.26138.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 46 (18.36% from 255) = 16.67%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=30.07%
G=16.67%
B=53.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83461470.440.6900.42261.9852.3337.84
Hex532E932C4502A1063426
Octal12356223541050524066446
Binary10100111011101001001110110010001010101010100000110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,46,147); }

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

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

 a { background-color: rgb(83,46,147); }

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

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

 span { border-color: rgb(83,46,147); }

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