#524377

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

Shades of Gigas #524377

Tints of Gigas #524377

Color information

#524377 (or 0x524377) is unknown color: approx Gigas. HEX triplet: 52, 43 and 77. RGB value is (82,67,119). Sum of RGB (Red+Green+Blue) = 82+67+119=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #524377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524377 is #ADBC88. Grayscale: #4D4D4D. Windows color (decimal): -11385993 or 7816018. OLE color: 7816018.

HSL color Cylindrical-coordinate representation of color #524377: hue angle of 257.31º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #524377 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8267119-
CMYK0.310.4400.53
HSL257.31º27.96%36.47%-
HSV(B)257.31º43.7%46.67%-
XYZ8.827.1418.37-
YUV77.41151.47131.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=30.60%
G=25%
B=44.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82671190.310.4400.53257.3127.9636.47
Hex5243771F2C0351011c24
Octal12210316737540654013444
Binary10100101000011111011111111101100011010110000000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524377; }

 p { color: rgb(82,67,119); }

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

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

 a { background-color: rgb(82,67,119); }

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

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

 span { border-color: rgb(82,67,119); }

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