#532E92

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

Shades of Daisy Bush #532E92

Tints of Daisy Bush #532E92

Color information

#532E92 (or 0x532E92) is unknown color: approx Daisy Bush. HEX triplet: 53, 2E and 92. RGB value is (83,46,146). Sum of RGB (Red+Green+Blue) = 83+46+146=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #532E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532E92 is #ACD16D. Grayscale: #444444. Windows color (decimal): -11325806 or 9580115. OLE color: 9580115.

HSL color Cylindrical-coordinate representation of color #532E92: hue angle of 262.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #532E92 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8346146-
CMYK0.430.6800.43
HSL262.2º52.08%37.65%-
HSV(B)262.2º68.49%57.25%-
XYZ9.735.8727.81-
YUV68.46171.76138.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=30.18%
G=16.73%
B=53.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83461460.430.6800.43262.252.0837.65
Hex532E922B4402B1063426
Octal12356222531040534066446
Binary10100111011101001001010101110001000101011100000110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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