Html Css Color HEX #544385 Gigas

📋 copy color: '#544385'

red 84 ◦ green 67 ◦ blue 133

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

Shades of Gigas #544385

Tints of Gigas #544385

RGB

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

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

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

R = 29.58%
G = 23.59%
B = 46.83%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#544385 (or 0x544385) is known color: Gigas. HEX triplet: 54, 43 and 85. RGB value is (84,67,133). Sum of RGB (Red+Green+Blue) = 84+67+133=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #544385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544385 is #ABBC7A. Grayscale: #4F4F4F. Windows color (decimal): -11254907 or 8733524. OLE color: 8733524.

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

Color convert

RGB 84 67 133 -
CMYK 0.37 0.50 0 0.48
HSL 255.45º 0.33% 0.39% -
HSV(B) 255.45º 0.5% 0.52% -
XYZ 9.9 7.59 23.13 -
YUV 79.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 84 67 133 0.37 0.50 0 0.48 255.45 0.33 0.39
Hex 54 43 85 25 32 0 30 FF 21 27
Octal 124 103 205 45 62 0 60 377 41 47
Binary 1010100 1000011 10000101 100101 110010 0 110000 11111111 100001 100111

Color Harmonies of #544385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544385

Black with #544385

Text Example


Text Example

White with #544385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544385; }

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

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

background-color css

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

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

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

border-color css

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

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

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