#544085

Color #544085 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #544085

Tints of Gigas #544085

Color information

#544085 (or 0x544085) is unknown color: approx Gigas. HEX triplet: 54, 40 and 85. RGB value is (84,64,133). Sum of RGB (Red+Green+Blue) = 84+64+133=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #544085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544085 is #ABBF7A. Grayscale: #4D4D4D. Windows color (decimal): -11255675 or 8732756. OLE color: 8732756.

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

Color convert

RGB8464133-
CMYK0.370.5200.48
HSL257.39º35.03%38.63%-
HSV(B)257.39º51.88%52.16%-
XYZ9.727.2523.08-
YUV77.85159.13132.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 133 (52.34% from 255) = 47.33%
R=29.89%
G=22.78%
B=47.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84641330.370.5200.48257.3935.0338.63
Hex54408525340301012327
Octal12410020545640604014347
Binary10101001000000100001011001011101000110000100000001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544085; }

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

 H1.HeaderClassName
 {
   color: #544085;
 }
 .AnyTagClassName
 {
   color: #544085;
 }
</style>
background-color css

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

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

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

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

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

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