Html Css Color HEX #54437D Gigas

📋 copy color: '#54437D'

red 84 ◦ green 67 ◦ blue 125

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

Shades of Gigas #54437D

Tints of Gigas #54437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.28%

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 30.43%
G = 24.28%
B = 45.29%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54437D (or 0x54437D) is known color: Gigas. HEX triplet: 54, 43 and 7D. RGB value is (84,67,125). Sum of RGB (Red+Green+Blue) = 84+67+125=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #54437D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54437D is #ABBC82. Grayscale: #4E4E4E. Windows color (decimal): -11254915 or 8209236. OLE color: 8209236.

HSL color Cylindrical-coordinate representation of color #54437D: hue angle of 257.59º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54437D is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 67 125 -
CMYK 0.33 0.46 0 0.51
HSL 257.59º 0.3% 0.38% -
HSV(B) 257.59º 0.46% 0.49% -
XYZ 9.36 7.38 20.33 -
YUV 78.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 84 67 125 0.33 0.46 0 0.51 257.59 0.3 0.38
Hex 54 43 7D 21 2E 0 33 102 1E 26
Octal 124 103 175 41 56 0 63 402 36 46
Binary 1010100 1000011 1111101 100001 101110 0 110011 100000010 11110 100110

Color Harmonies of #54437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54437D

Black with #54437D

Text Example


Text Example

White with #54437D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,67,125); }

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

background-color css

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

 a { background-color: rgb(84,67,125); }

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

border-color css

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

 span { border-color: rgb(84,67,125); }

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