#531EA0

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

Shades of Daisy Bush #531EA0

Tints of Daisy Bush #531EA0

Color information

#531EA0 (or 0x531EA0) is unknown color: approx Daisy Bush. HEX triplet: 53, 1E and A0. RGB value is (83,30,160). Sum of RGB (Red+Green+Blue) = 83+30+160=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #531EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531EA0 is #ACE15F. Grayscale: #3C3C3C. Windows color (decimal): -11329888 or 10493523. OLE color: 10493523.

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

Color convert

RGB8330160-
CMYK0.480.8100.37
HSL264.46º68.42%37.25%-
HSV(B)264.46º81.25%62.75%-
XYZ10.385.3133.73-
YUV60.67184.06143.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 30 (12.11% from 255) = 10.99%
BLUE value IS 160 (62.89% from 255) = 58.61%
R=30.40%
G=10.99%
B=58.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83301600.480.8100.37264.4668.4237.25
Hex531EA030510251084425
Octal123362406012104541010445
Binary10100111111010100000110000101000101001011000010001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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