#54389D

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

Shades of Daisy Bush #54389D

Tints of Daisy Bush #54389D

Color information

#54389D (or 0x54389D) is unknown color: approx Daisy Bush. HEX triplet: 54, 38 and 9D. RGB value is (84,56,157). Sum of RGB (Red+Green+Blue) = 84+56+157=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #54389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54389D is #ABC762. Grayscale: #4B4B4B. Windows color (decimal): -11257699 or 10303572. OLE color: 10303572.

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

Color convert

RGB8456157-
CMYK0.460.6400.38
HSL256.63º47.42%41.76%-
HSV(B)256.63º64.33%61.57%-
XYZ11.167.1532.69-
YUV75.89173.78133.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=28.28%
G=18.86%
B=52.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84561570.460.6400.38256.6347.4241.76
Hex54389D2E400261012f2a
Octal12470235561000464015752
Binary10101001110001001110110111010000000100110100000001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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