Html Css Color HEX #544082 Gigas

📋 copy color: '#544082'

red 84 ◦ green 64 ◦ blue 130

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

Shades of Gigas #544082

Tints of Gigas #544082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.02%

 BLUE value IS 130 (51.17% from 255) = 46.76%

R = 30.22%
G = 23.02%
B = 46.76%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#544082 (or 0x544082) is known color: Gigas. HEX triplet: 54, 40 and 82. RGB value is (84,64,130). Sum of RGB (Red+Green+Blue) = 84+64+130=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #544082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544082 is #ABBF7D. Grayscale: #4D4D4D. Windows color (decimal): -11255678 or 8536148. OLE color: 8536148.

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

Color convert

RGB 84 64 130 -
CMYK 0.35 0.51 0 0.49
HSL 258.18º 0.34% 0.38% -
HSV(B) 258.18º 0.51% 0.51% -
XYZ 9.52 7.16 22 -
YUV 77.5 157.63 132.63 -
System Red Green Blue C M Y K H S L
Decimal 84 64 130 0.35 0.51 0 0.49 258.18 0.34 0.38
Hex 54 40 82 23 33 0 31 102 22 26
Octal 124 100 202 43 63 0 61 402 42 46
Binary 1010100 1000000 10000010 100011 110011 0 110001 100000010 100010 100110

Color Harmonies of #544082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544082

Black with #544082

Text Example


Text Example

White with #544082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544082; }

 p { color: rgb(84,64,130); }

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

background-color css

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

 a { background-color: rgb(84,64,130); }

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

border-color css

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

 span { border-color: rgb(84,64,130); }

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