#54389E

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

Shades of Daisy Bush #54389E

Tints of Daisy Bush #54389E

Color information

#54389E (or 0x54389E) is unknown color: approx Daisy Bush. HEX triplet: 54, 38 and 9E. RGB value is (84,56,158). Sum of RGB (Red+Green+Blue) = 84+56+158=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #54389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54389E is #ABC761. Grayscale: #4B4B4B. Windows color (decimal): -11257698 or 10369108. OLE color: 10369108.

HSL color Cylindrical-coordinate representation of color #54389E: hue angle of 256.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54389E is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8456158-
CMYK0.470.6500.38
HSL256.47º47.66%41.96%-
HSV(B)256.47º64.56%61.96%-
XYZ11.247.1833.14-
YUV76174.28133.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=28.19%
G=18.79%
B=53.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84561580.470.6500.38256.4747.6641.96
Hex54389E2F41026100302a
Octal12470236571010464006052
Binary10101001110001001111010111110000010100110100000000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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