#534378

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

Shades of Gigas #534378

Tints of Gigas #534378

Color information

#534378 (or 0x534378) is unknown color: approx Gigas. HEX triplet: 53, 43 and 78. RGB value is (83,67,120). Sum of RGB (Red+Green+Blue) = 83+67+120=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #534378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534378 is #ACBC87. Grayscale: #4D4D4D. Windows color (decimal): -11320456 or 7881555. OLE color: 7881555.

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

Color convert

RGB8367120-
CMYK0.310.4400.53
HSL258.11º28.34%36.67%-
HSV(B)258.11º44.17%47.06%-
XYZ8.967.2118.69-
YUV77.83151.8131.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=30.74%
G=24.81%
B=44.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83671200.310.4400.53258.1128.3436.67
Hex5343781F2C0351021c25
Octal12310317037540654023445
Binary10100111000011111100011111101100011010110000001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534378; }

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

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

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

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

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

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

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

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