#524389

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

Shades of Gigas #524389

Tints of Gigas #524389

Color information

#524389 (or 0x524389) is unknown color: approx Gigas. HEX triplet: 52, 43 and 89. RGB value is (82,67,137). Sum of RGB (Red+Green+Blue) = 82+67+137=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #524389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524389 is #ADBC76. Grayscale: #4F4F4F. Windows color (decimal): -11385975 or 8995666. OLE color: 8995666.

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

Color convert

RGB8267137-
CMYK0.400.5100.46
HSL252.86º34.31%40%-
HSV(B)252.86º51.09%53.73%-
XYZ107.6124.61-
YUV79.46160.47129.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=28.67%
G=23.43%
B=47.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82671370.400.5100.46252.8634.3140
Hex524389283302Efd2228
Octal12210321150630563754250
Binary1010010100001110001001101000110011010111011111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524389; }

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

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

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

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

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

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

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

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