#524384

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

Shades of Gigas #524384

Tints of Gigas #524384

Color information

#524384 (or 0x524384) is unknown color: approx Gigas. HEX triplet: 52, 43 and 84. RGB value is (82,67,132). Sum of RGB (Red+Green+Blue) = 82+67+132=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #524384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524384 is #ADBC7B. Grayscale: #4E4E4E. Windows color (decimal): -11385980 or 8667986. OLE color: 8667986.

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

Color convert

RGB8267132-
CMYK0.380.4900.48
HSL253.85º32.66%39.02%-
HSV(B)253.85º49.24%51.76%-
XYZ9.657.4722.76-
YUV78.9157.97130.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=29.18%
G=23.84%
B=46.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82671320.380.4900.48253.8532.6639.02
Hex5243842631030fe2127
Octal12210320446610603764147
Binary1010010100001110000100100110110001011000011111110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524384; }

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

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

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

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

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

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

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

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