#534279

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

Shades of Gigas #534279

Tints of Gigas #534279

Color information

#534279 (or 0x534279) is unknown color: approx Gigas. HEX triplet: 53, 42 and 79. RGB value is (83,66,121). Sum of RGB (Red+Green+Blue) = 83+66+121=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #534279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534279 is #ACBD86. Grayscale: #4D4D4D. Windows color (decimal): -11320711 or 7946835. OLE color: 7946835.

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

Color convert

RGB8366121-
CMYK0.310.4500.53
HSL258.55º29.41%36.67%-
HSV(B)258.55º45.45%47.45%-
XYZ8.977.1218.99-
YUV77.35152.63132.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=30.74%
G=24.44%
B=44.81%

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
Decimal83661210.310.4500.53258.5529.4136.67
Hex5342791F2D0351031d25
Octal12310217137550654033545
Binary10100111000010111100111111101101011010110000001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534279; }

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

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

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

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

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

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

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

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