#531E9E

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

Shades of Daisy Bush #531E9E

Tints of Daisy Bush #531E9E

Color information

#531E9E (or 0x531E9E) is unknown color: approx Daisy Bush. HEX triplet: 53, 1E and 9E. RGB value is (83,30,158). Sum of RGB (Red+Green+Blue) = 83+30+158=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #531E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531E9E is #ACE161. Grayscale: #3B3B3B. Windows color (decimal): -11329890 or 10362451. OLE color: 10362451.

HSL color Cylindrical-coordinate representation of color #531E9E: hue angle of 264.84º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531E9E is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8330158-
CMYK0.470.8100.38
HSL264.84º68.09%36.86%-
HSV(B)264.84º81.01%61.96%-
XYZ10.25.2432.82-
YUV60.44183.06144.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 30 (12.11% from 255) = 11.07%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=30.63%
G=11.07%
B=58.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83301580.470.8100.38264.8468.0936.86
Hex531E9E2F510261094425
Octal123362365712104641110445
Binary10100111111010011110101111101000101001101000010011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531E9E; }

 p { color: rgb(83,30,158); }

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

<style>
 a { background-color: #531E9E; }

 a { background-color: rgb(83,30,158); }

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

<style>
 span { border-color: #531E9E; }

 span { border-color: rgb(83,30,158); }

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