Html Css Color HEX #54378B Daisy Bush

📋 copy color: '#54378B'

red 84 ◦ green 55 ◦ blue 139

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

Shades of Daisy Bush #54378B

Tints of Daisy Bush #54378B

RGB

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

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

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

R = 30.22%
G = 19.78%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54378B (or 0x54378B) is known color: Daisy Bush. HEX triplet: 54, 37 and 8B. RGB value is (84,55,139). Sum of RGB (Red+Green+Blue) = 84+55+139=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #54378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54378B is #ABC874. Grayscale: #484848. Windows color (decimal): -11257973 or 9123668. OLE color: 9123668.

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

Color convert

RGB 84 55 139 -
CMYK 0.40 0.60 0 0.45
HSL 260.71º 0.43% 0.38% -
HSV(B) 260.71º 0.6% 0.55% -
XYZ 9.68 6.48 25.17 -
YUV 73.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 84 55 139 0.40 0.60 0 0.45 260.71 0.43 0.38
Hex 54 37 8B 28 3C 0 2D 105 2B 26
Octal 124 67 213 50 74 0 55 405 53 46
Binary 1010100 110111 10001011 101000 111100 0 101101 100000101 101011 100110

Color Harmonies of #54378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54378B

Black with #54378B

Text Example


Text Example

White with #54378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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