Html Css Color HEX #54437F Gigas

📋 copy color: '#54437F'

red 84 ◦ green 67 ◦ blue 127

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

Shades of Gigas #54437F

Tints of Gigas #54437F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.68%

R = 30.22%
G = 24.1%
B = 45.68%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54437F (or 0x54437F) is known color: Gigas. HEX triplet: 54, 43 and 7F. RGB value is (84,67,127). Sum of RGB (Red+Green+Blue) = 84+67+127=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #54437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54437F is #ABBC80. Grayscale: #4E4E4E. Windows color (decimal): -11254913 or 8340308. OLE color: 8340308.

HSL color Cylindrical-coordinate representation of color #54437F: hue angle of 257º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54437F is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 67 127 -
CMYK 0.34 0.47 0 0.50
HSL 257º 0.31% 0.38% -
HSV(B) 257º 0.47% 0.5% -
XYZ 9.49 7.43 21.01 -
YUV 78.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 84 67 127 0.34 0.47 0 0.50 257 0.31 0.38
Hex 54 43 7F 22 2F 0 32 101 1F 26
Octal 124 103 177 42 57 0 62 401 37 46
Binary 1010100 1000011 1111111 100010 101111 0 110010 100000001 11111 100110

Color Harmonies of #54437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54437F

Black with #54437F

Text Example


Text Example

White with #54437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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