Html Css Color HEX #54379A Daisy Bush

📋 copy color: '#54379A'

red 84 ◦ green 55 ◦ blue 154

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

Shades of Daisy Bush #54379A

Tints of Daisy Bush #54379A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

 BLUE value IS 154 (60.55% from 255) = 52.56%

R = 28.67%
G = 18.77%
B = 52.56%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#54379A (or 0x54379A) is known color: Daisy Bush. HEX triplet: 54, 37 and 9A. RGB value is (84,55,154). Sum of RGB (Red+Green+Blue) = 84+55+154=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #54379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54379A is #ABC865. Grayscale: #4A4A4A. Windows color (decimal): -11257958 or 10106708. OLE color: 10106708.

HSL color Cylindrical-coordinate representation of color #54379A: hue angle of 257.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54379A is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 55 154 -
CMYK 0.45 0.64 0 0.40
HSL 257.58º 0.47% 0.41% -
HSV(B) 257.58º 0.64% 0.6% -
XYZ 10.86 6.95 31.34 -
YUV 74.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 84 55 154 0.45 0.64 0 0.40 257.58 0.47 0.41
Hex 54 37 9A 2D 40 0 28 102 2F 29
Octal 124 67 232 55 100 0 50 402 57 51
Binary 1010100 110111 10011010 101101 1000000 0 101000 100000010 101111 101001

Color Harmonies of #54379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54379A

Black with #54379A

Text Example


Text Example

White with #54379A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,55,154); }

 H1.HeaderClassName
 {
   color: #54379A;
 }
 .AnyTagClassName
 {
   color: #54379A;
 }
</style>

background-color css

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

 a { background-color: rgb(84,55,154); }

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

border-color css

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

 span { border-color: rgb(84,55,154); }

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