Html Css Color HEX #544185 Gigas

📋 copy color: '#544185'

red 84 ◦ green 65 ◦ blue 133

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

Shades of Gigas #544185

Tints of Gigas #544185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 29.79%
G = 23.05%
B = 47.16%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#544185 (or 0x544185) is known color: Gigas. HEX triplet: 54, 41 and 85. RGB value is (84,65,133). Sum of RGB (Red+Green+Blue) = 84+65+133=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #544185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544185 is #ABBE7A. Grayscale: #4E4E4E. Windows color (decimal): -11255419 or 8733012. OLE color: 8733012.

HSL color Cylindrical-coordinate representation of color #544185: hue angle of 256.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544185 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 65 133 -
CMYK 0.37 0.51 0 0.48
HSL 256.76º 0.34% 0.39% -
HSV(B) 256.76º 0.51% 0.52% -
XYZ 9.78 7.36 23.1 -
YUV 78.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 84 65 133 0.37 0.51 0 0.48 256.76 0.34 0.39
Hex 54 41 85 25 33 0 30 101 22 27
Octal 124 101 205 45 63 0 60 401 42 47
Binary 1010100 1000001 10000101 100101 110011 0 110000 100000001 100010 100111

Color Harmonies of #544185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544185

Black with #544185

Text Example


Text Example

White with #544185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544185; }

 p { color: rgb(84,65,133); }

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

background-color css

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

 a { background-color: rgb(84,65,133); }

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

border-color css

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

 span { border-color: rgb(84,65,133); }

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