#523d87

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

Shades of Gigas #523D87

Tints of Gigas #523D87

Color information

#523D87 (or 0x523D87) is unknown color: approx Gigas. HEX triplet: 52, 3D and 87. RGB value is (82,61,135). Sum of RGB (Red+Green+Blue) = 82+61+135=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #523D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523D87 is #ADC278. Grayscale: #4B4B4B. Windows color (decimal): -11387513 or 8863058. OLE color: 8863058.

HSL color Cylindrical-coordinate representation of color #523D87: hue angle of 257.03º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #523D87 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8261135-
CMYK0.390.5500.47
HSL257.03º37.76%38.43%-
HSV(B)257.03º54.81%52.94%-
XYZ9.526.8823.75-
YUV75.72161.46132.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 61 (24.22% from 255) = 21.94%
BLUE value IS 135 (53.12% from 255) = 48.56%
R=29.50%
G=21.94%
B=48.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82611350.390.5500.47257.0337.7638.43
Hex523D87273702F1012626
Octal1227520747670574014646
Binary1010010111101100001111001111101110101111100000001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523d87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523d87; }

 p { color: rgb(82,61,135); }

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

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

 a { background-color: rgb(82,61,135); }

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

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

 span { border-color: rgb(82,61,135); }

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