#53318E

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

Shades of Daisy Bush #53318E

Tints of Daisy Bush #53318E

Color information

#53318E (or 0x53318E) is unknown color: approx Daisy Bush. HEX triplet: 53, 31 and 8E. RGB value is (83,49,142). Sum of RGB (Red+Green+Blue) = 83+49+142=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #53318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53318E is #ACCE71. Grayscale: #454545. Windows color (decimal): -11325042 or 9318739. OLE color: 9318739.

HSL color Cylindrical-coordinate representation of color #53318E: hue angle of 261.94º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53318E is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8349142-
CMYK0.420.6500.44
HSL261.94º48.69%37.45%-
HSV(B)261.94º65.49%55.69%-
XYZ9.555.9926.24-
YUV69.77168.76137.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=30.29%
G=17.88%
B=51.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83491420.420.6500.44261.9448.6937.45
Hex53318E2A4102C1063125
Octal12361216521010544066145
Binary10100111100011000111010101010000010101100100000110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,49,142); }

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

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

 a { background-color: rgb(83,49,142); }

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

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

 span { border-color: rgb(83,49,142); }

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