#524079

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

Shades of Gigas #524079

Tints of Gigas #524079

Color information

#524079 (or 0x524079) is unknown color: approx Gigas. HEX triplet: 52, 40 and 79. RGB value is (82,64,121). Sum of RGB (Red+Green+Blue) = 82+64+121=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #524079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524079 is #ADBF86. Grayscale: #4B4B4B. Windows color (decimal): -11386759 or 7946322. OLE color: 7946322.

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

Color convert

RGB8264121-
CMYK0.320.4700.53
HSL258.95º30.81%36.27%-
HSV(B)258.95º47.11%47.45%-
XYZ8.766.8418.95-
YUV75.88153.46132.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=30.71%
G=23.97%
B=45.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82641210.320.4700.53258.9530.8136.27
Hex524079202F0351031f24
Octal12210017140570654033744
Binary101001010000001111001100000101111011010110000001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524079; }

 p { color: rgb(82,64,121); }

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

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

 a { background-color: rgb(82,64,121); }

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

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

 span { border-color: rgb(82,64,121); }

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