Html Css Color HEX #54385D Scarlet Gum

📋 copy color: '#54385D'

red 84 ◦ green 56 ◦ blue 93

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

Shades of Scarlet Gum #54385D

Tints of Scarlet Gum #54385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.91%

R = 36.05%
G = 24.03%
B = 39.91%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#54385D (or 0x54385D) is known color: Scarlet Gum. HEX triplet: 54, 38 and 5D. RGB value is (84,56,93). Sum of RGB (Red+Green+Blue) = 84+56+93=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #54385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54385D is #ABC7A2. Grayscale: #444444. Windows color (decimal): -11257763 or 6109268. OLE color: 6109268.

HSL color Cylindrical-coordinate representation of color #54385D: hue angle of 285.41º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54385D is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 56 93 -
CMYK 0.10 0.40 0 0.64
HSL 285.41º 0.25% 0.29% -
HSV(B) 285.41º 0.4% 0.36% -
XYZ 7.05 5.5 11.05 -
YUV 68.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 84 56 93 0.10 0.40 0 0.64 285.41 0.25 0.29
Hex 54 38 5D A 28 0 40 11D 19 1D
Octal 124 70 135 12 50 0 100 435 31 35
Binary 1010100 111000 1011101 1010 101000 0 1000000 100011101 11001 11101

Color Harmonies of #54385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54385D

Black with #54385D

Text Example


Text Example

White with #54385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54385D; }

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

 H1.HeaderClassName
 {
   color: #54385D;
 }
 .AnyTagClassName
 {
   color: #54385D;
 }
</style>

background-color css

<style>
 a { background-color: #54385D; }

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

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

border-color css

<style>
 span { border-color: #54385D; }

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

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