Html Css Color HEX #544685 Gigas

📋 copy color: '#544685'

red 84 ◦ green 70 ◦ blue 133

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

Shades of Gigas #544685

Tints of Gigas #544685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 29.27%
G = 24.39%
B = 46.34%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#544685 (or 0x544685) is known color: Gigas. HEX triplet: 54, 46 and 85. RGB value is (84,70,133). Sum of RGB (Red+Green+Blue) = 84+70+133=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #544685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544685 is #ABB97A. Grayscale: #515151. Windows color (decimal): -11254139 or 8734292. OLE color: 8734292.

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

Color convert

RGB 84 70 133 -
CMYK 0.37 0.47 0 0.48
HSL 253.33º 0.31% 0.4% -
HSV(B) 253.33º 0.47% 0.52% -
XYZ 10.08 7.96 23.2 -
YUV 81.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 84 70 133 0.37 0.47 0 0.48 253.33 0.31 0.4
Hex 54 46 85 25 2F 0 30 FD 1F 28
Octal 124 106 205 45 57 0 60 375 37 50
Binary 1010100 1000110 10000101 100101 101111 0 110000 11111101 11111 101000

Color Harmonies of #544685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544685

Black with #544685

Text Example


Text Example

White with #544685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544685; }

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

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

background-color css

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

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

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

border-color css

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

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

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