Html Css Color HEX #54358B Daisy Bush

📋 copy color: '#54358B'

red 84 ◦ green 53 ◦ blue 139

#54358B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #54358B

Tints of Daisy Bush #54358B

RGB

 RED value IS 84 (33.2% from 255) = 30.43%

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 30.43%
G = 19.2%
B = 50.36%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54358B (or 0x54358B) is known color: Daisy Bush. HEX triplet: 54, 35 and 8B. RGB value is (84,53,139). Sum of RGB (Red+Green+Blue) = 84+53+139=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #54358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54358B is #ABCA74. Grayscale: #474747. Windows color (decimal): -11258485 or 9123156. OLE color: 9123156.

HSL color Cylindrical-coordinate representation of color #54358B: hue angle of 261.63º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54358B is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 53 139 -
CMYK 0.40 0.62 0 0.45
HSL 261.63º 0.45% 0.38% -
HSV(B) 261.63º 0.62% 0.55% -
XYZ 9.59 6.3 25.14 -
YUV 72.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 84 53 139 0.40 0.62 0 0.45 261.63 0.45 0.38
Hex 54 35 8B 28 3E 0 2D 106 2D 26
Octal 124 65 213 50 76 0 55 406 55 46
Binary 1010100 110101 10001011 101000 111110 0 101101 100000110 101101 100110

Color Harmonies of #54358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54358B

Black with #54358B

Text Example


Text Example

White with #54358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54358B;
 }
 .AnyTagClassName
 {
   color: #54358B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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