#53329E

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

Shades of Daisy Bush #53329E

Tints of Daisy Bush #53329E

Color information

#53329E (or 0x53329E) is unknown color: approx Daisy Bush. HEX triplet: 53, 32 and 9E. RGB value is (83,50,158). Sum of RGB (Red+Green+Blue) = 83+50+158=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #53329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53329E is #ACCD61. Grayscale: #474747. Windows color (decimal): -11324770 or 10367571. OLE color: 10367571.

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

Color convert

RGB8350158-
CMYK0.470.6800.38
HSL258.33º51.92%40.78%-
HSV(B)258.33º68.35%61.96%-
XYZ10.886.5933.05-
YUV72.18176.43135.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=28.52%
G=17.18%
B=54.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83501580.470.6800.38258.3351.9240.78
Hex53329E2F440261023429
Octal12362236571040464026451
Binary10100111100101001111010111110001000100110100000010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53329E; }

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

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

<style>
 a { background-color: #53329E; }

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

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

<style>
 span { border-color: #53329E; }

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

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