#54378A

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

Shades of Daisy Bush #54378A

Tints of Daisy Bush #54378A

Color information

#54378A (or 0x54378A) is unknown color: approx Daisy Bush. HEX triplet: 54, 37 and 8A. RGB value is (84,55,138). Sum of RGB (Red+Green+Blue) = 84+55+138=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #54378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54378A is #ABC875. Grayscale: #484848. Windows color (decimal): -11257974 or 9058132. OLE color: 9058132.

HSL color Cylindrical-coordinate representation of color #54378A: hue angle of 260.96º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54378A is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8455138-
CMYK0.390.6000.46
HSL260.96º43.01%37.84%-
HSV(B)260.96º60.14%54.12%-
XYZ9.616.4524.78-
YUV73.13164.61135.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=30.32%
G=19.86%
B=49.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84551380.390.6000.46260.9643.0137.84
Hex54378A273C02E1052b26
Octal1246721247740564055346
Binary1010100110111100010101001111111000101110100000101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54378A; }

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

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

<style>
 a { background-color: #54378A; }

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

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

<style>
 span { border-color: #54378A; }

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

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