Html Css Color HEX #54388B Daisy Bush

📋 copy color: '#54388B'

red 84 ◦ green 56 ◦ blue 139

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

Shades of Daisy Bush #54388B

Tints of Daisy Bush #54388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.07%

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

R = 30.11%
G = 20.07%
B = 49.82%

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

#54388B (or 0x54388B) is known color: Daisy Bush. HEX triplet: 54, 38 and 8B. RGB value is (84,56,139). Sum of RGB (Red+Green+Blue) = 84+56+139=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #54388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54388B is #ABC774. Grayscale: #494949. Windows color (decimal): -11257717 or 9123924. OLE color: 9123924.

HSL color Cylindrical-coordinate representation of color #54388B: hue angle of 260.24º 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 #54388B is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 56 139 -
CMYK 0.40 0.60 0 0.45
HSL 260.24º 0.43% 0.38% -
HSV(B) 260.24º 0.6% 0.55% -
XYZ 9.73 6.58 25.18 -
YUV 73.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 84 56 139 0.40 0.60 0 0.45 260.24 0.43 0.38
Hex 54 38 8B 28 3C 0 2D 104 2B 26
Octal 124 70 213 50 74 0 55 404 53 46
Binary 1010100 111000 10001011 101000 111100 0 101101 100000100 101011 100110

Color Harmonies of #54388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54388B

Black with #54388B

Text Example


Text Example

White with #54388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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