#524288

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

Shades of Gigas #524288

Tints of Gigas #524288

Color information

#524288 (or 0x524288) is unknown color: approx Gigas. HEX triplet: 52, 42 and 88. RGB value is (82,66,136). Sum of RGB (Red+Green+Blue) = 82+66+136=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #524288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524288 is #ADBD77. Grayscale: #4E4E4E. Windows color (decimal): -11386232 or 8929874. OLE color: 8929874.

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

Color convert

RGB8266136-
CMYK0.400.5100.47
HSL253.71º34.65%39.61%-
HSV(B)253.71º51.47%53.33%-
XYZ9.877.4724.21-
YUV78.76160.3130.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 136 (53.52% from 255) = 47.89%
R=28.87%
G=23.24%
B=47.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82661360.400.5100.47253.7134.6539.61
Hex524288283302Ffe2328
Octal12210221050630573764350
Binary1010010100001010001000101000110011010111111111110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524288; }

 p { color: rgb(82,66,136); }

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

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

 a { background-color: rgb(82,66,136); }

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

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

 span { border-color: rgb(82,66,136); }

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