#524278

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

Shades of Gigas #524278

Tints of Gigas #524278

Color information

#524278 (or 0x524278) is unknown color: approx Gigas. HEX triplet: 52, 42 and 78. RGB value is (82,66,120). Sum of RGB (Red+Green+Blue) = 82+66+120=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #524278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524278 is #ADBD87. Grayscale: #4C4C4C. Windows color (decimal): -11386248 or 7881298. OLE color: 7881298.

HSL color Cylindrical-coordinate representation of color #524278: hue angle of 257.78º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #524278 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8266120-
CMYK0.320.4500.53
HSL257.78º29.03%36.47%-
HSV(B)257.78º45%47.06%-
XYZ8.827.0518.66-
YUV76.94152.3131.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=30.60%
G=24.63%
B=44.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82661200.320.4500.53257.7829.0336.47
Hex524278202D0351021d24
Octal12210217040550654023544
Binary101001010000101111000100000101101011010110000001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524278; }

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

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

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

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

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

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

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

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