#54319D

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

Shades of Daisy Bush #54319D

Tints of Daisy Bush #54319D

Color information

#54319D (or 0x54319D) is unknown color: approx Daisy Bush. HEX triplet: 54, 31 and 9D. RGB value is (84,49,157). Sum of RGB (Red+Green+Blue) = 84+49+157=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #54319D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54319D is #ABCE62. Grayscale: #474747. Windows color (decimal): -11259491 or 10301780. OLE color: 10301780.

HSL color Cylindrical-coordinate representation of color #54319D: hue angle of 259.44º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54319D is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8449157-
CMYK0.460.6900.38
HSL259.44º52.43%40.39%-
HSV(B)259.44º68.79%61.57%-
XYZ10.846.5232.58-
YUV71.78176.1136.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.97%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=28.97%
G=16.90%
B=54.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84491570.460.6900.38259.4452.4340.39
Hex54319D2E450261033428
Octal12461235561050464036450
Binary10101001100011001110110111010001010100110100000011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54319D; }

 p { color: rgb(84,49,157); }

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

<style>
 a { background-color: #54319D; }

 a { background-color: rgb(84,49,157); }

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

<style>
 span { border-color: #54319D; }

 span { border-color: rgb(84,49,157); }

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