#524489

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

Shades of Gigas #524489

Tints of Gigas #524489

Color information

#524489 (or 0x524489) is unknown color: approx Gigas. HEX triplet: 52, 44 and 89. RGB value is (82,68,137). Sum of RGB (Red+Green+Blue) = 82+68+137=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #524489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524489 is #ADBB76. Grayscale: #4F4F4F. Windows color (decimal): -11385719 or 8995922. OLE color: 8995922.

HSL color Cylindrical-coordinate representation of color #524489: hue angle of 252.17º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524489 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8268137-
CMYK0.400.5000.46
HSL252.17º33.66%40.2%-
HSV(B)252.17º50.36%53.73%-
XYZ10.067.7324.63-
YUV80.05160.14129.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=28.57%
G=23.69%
B=47.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82681370.400.5000.46252.1733.6640.2
Hex524489283202Efc2228
Octal12210421150620563744250
Binary1010010100010010001001101000110010010111011111100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524489; }

 p { color: rgb(82,68,137); }

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

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

 a { background-color: rgb(82,68,137); }

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

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

 span { border-color: rgb(82,68,137); }

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