#534278

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

Shades of Gigas #534278

Tints of Gigas #534278

Color information

#534278 (or 0x534278) is unknown color: approx Gigas. HEX triplet: 53, 42 and 78. RGB value is (83,66,120). Sum of RGB (Red+Green+Blue) = 83+66+120=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #534278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534278 is #ACBD87. Grayscale: #4D4D4D. Windows color (decimal): -11320712 or 7881299. OLE color: 7881299.

HSL color Cylindrical-coordinate representation of color #534278: hue angle of 258.89º 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 #534278 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8366120-
CMYK0.310.4500.53
HSL258.89º29.03%36.47%-
HSV(B)258.89º45%47.06%-
XYZ8.917.0918.67-
YUV77.24152.13132.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=30.86%
G=24.54%
B=44.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83661200.310.4500.53258.8929.0336.47
Hex5342781F2D0351031d24
Octal12310217037550654033544
Binary10100111000010111100011111101101011010110000001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534278; }

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

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

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

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

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

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

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

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