#54358A

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

Shades of Daisy Bush #54358A

Tints of Daisy Bush #54358A

Color information

#54358A (or 0x54358A) is unknown color: approx Daisy Bush. HEX triplet: 54, 35 and 8A. RGB value is (84,53,138). Sum of RGB (Red+Green+Blue) = 84+53+138=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #54358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54358A is #ABCA75. Grayscale: #474747. Windows color (decimal): -11258486 or 9057620. OLE color: 9057620.

HSL color Cylindrical-coordinate representation of color #54358A: hue angle of 261.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54358A is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8453138-
CMYK0.390.6200.46
HSL261.88º44.5%37.45%-
HSV(B)261.88º61.59%54.12%-
XYZ9.526.2724.75-
YUV71.96165.27136.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=30.55%
G=19.27%
B=50.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84531380.390.6200.46261.8844.537.45
Hex54358A273E02E1062d25
Octal1246521247760564065545
Binary1010100110101100010101001111111100101110100000110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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