Html Css Color HEX #54329B Daisy Bush

📋 copy color: '#54329B'

red 84 ◦ green 50 ◦ blue 155

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

Shades of Daisy Bush #54329B

Tints of Daisy Bush #54329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 155 (60.94% from 255) = 53.63%

R = 29.07%
G = 17.3%
B = 53.63%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54329B (or 0x54329B) is known color: Daisy Bush. HEX triplet: 54, 32 and 9B. RGB value is (84,50,155). Sum of RGB (Red+Green+Blue) = 84+50+155=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #54329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54329B is #ABCD64. Grayscale: #474747. Windows color (decimal): -11259237 or 10170964. OLE color: 10170964.

HSL color Cylindrical-coordinate representation of color #54329B: hue angle of 259.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54329B is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 50 155 -
CMYK 0.46 0.68 0 0.39
HSL 259.43º 0.51% 0.4% -
HSV(B) 259.43º 0.68% 0.61% -
XYZ 10.71 6.53 31.71 -
YUV 72.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 84 50 155 0.46 0.68 0 0.39 259.43 0.51 0.4
Hex 54 32 9B 2E 44 0 27 103 33 28
Octal 124 62 233 56 104 0 47 403 63 50
Binary 1010100 110010 10011011 101110 1000100 0 100111 100000011 110011 101000

Color Harmonies of #54329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54329B

Black with #54329B

Text Example


Text Example

White with #54329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,50,155); }

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

background-color css

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

 a { background-color: rgb(84,50,155); }

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

border-color css

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

 span { border-color: rgb(84,50,155); }

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