#54388D

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

Shades of Daisy Bush #54388D

Tints of Daisy Bush #54388D

Color information

#54388D (or 0x54388D) is unknown color: approx Daisy Bush. HEX triplet: 54, 38 and 8D. RGB value is (84,56,141). Sum of RGB (Red+Green+Blue) = 84+56+141=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #54388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54388D is #ABC772. Grayscale: #494949. Windows color (decimal): -11257715 or 9254996. OLE color: 9254996.

HSL color Cylindrical-coordinate representation of color #54388D: hue angle of 259.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54388D is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8456141-
CMYK0.400.6000.45
HSL259.76º43.15%38.63%-
HSV(B)259.76º60.28%55.29%-
XYZ9.886.6425.96-
YUV74.06165.78135.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=29.89%
G=19.93%
B=50.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84561410.400.6000.45259.7643.1538.63
Hex54388D283C02D1042b27
Octal1247021550740554045347
Binary1010100111000100011011010001111000101101100000100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,56,141); }

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

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

 a { background-color: rgb(84,56,141); }

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

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

 span { border-color: rgb(84,56,141); }

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