Html Css Color HEX #544281 Gigas

📋 copy color: '#544281'

red 84 ◦ green 66 ◦ blue 129

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

Shades of Gigas #544281

Tints of Gigas #544281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

 BLUE value IS 129 (50.78% from 255) = 46.24%

R = 30.11%
G = 23.66%
B = 46.24%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#544281 (or 0x544281) is known color: Gigas. HEX triplet: 54, 42 and 81. RGB value is (84,66,129). Sum of RGB (Red+Green+Blue) = 84+66+129=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #544281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544281 is #ABBD7E. Grayscale: #4E4E4E. Windows color (decimal): -11255167 or 8471124. OLE color: 8471124.

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

Color convert

RGB 84 66 129 -
CMYK 0.35 0.49 0 0.49
HSL 257.14º 0.32% 0.38% -
HSV(B) 257.14º 0.49% 0.51% -
XYZ 9.57 7.37 21.69 -
YUV 78.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 84 66 129 0.35 0.49 0 0.49 257.14 0.32 0.38
Hex 54 42 81 23 31 0 31 101 20 26
Octal 124 102 201 43 61 0 61 401 40 46
Binary 1010100 1000010 10000001 100011 110001 0 110001 100000001 100000 100110

Color Harmonies of #544281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544281

Black with #544281

Text Example


Text Example

White with #544281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544281; }

 p { color: rgb(84,66,129); }

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

background-color css

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

 a { background-color: rgb(84,66,129); }

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

border-color css

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

 span { border-color: rgb(84,66,129); }

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