#54379C

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

Shades of Daisy Bush #54379C

Tints of Daisy Bush #54379C

Color information

#54379C (or 0x54379C) is unknown color: approx Daisy Bush. HEX triplet: 54, 37 and 9C. RGB value is (84,55,156). Sum of RGB (Red+Green+Blue) = 84+55+156=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #54379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54379C is #ABC863. Grayscale: #4A4A4A. Windows color (decimal): -11257956 or 10237780. OLE color: 10237780.

HSL color Cylindrical-coordinate representation of color #54379C: hue angle of 257.23º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54379C is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8455156-
CMYK0.460.6500.39
HSL257.23º47.87%41.37%-
HSV(B)257.23º64.74%61.18%-
XYZ11.027.0232.23-
YUV75.18173.61134.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=28.47%
G=18.64%
B=52.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84551560.460.6500.39257.2347.8741.37
Hex54379C2E410271013029
Octal12467234561010474016051
Binary10101001101111001110010111010000010100111100000001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54379C; }

 p { color: rgb(84,55,156); }

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

<style>
 a { background-color: #54379C; }

 a { background-color: rgb(84,55,156); }

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

<style>
 span { border-color: #54379C; }

 span { border-color: rgb(84,55,156); }

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