#534081

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

Shades of Gigas #534081

Tints of Gigas #534081

Color information

#534081 (or 0x534081) is unknown color: approx Gigas. HEX triplet: 53, 40 and 81. RGB value is (83,64,129). Sum of RGB (Red+Green+Blue) = 83+64+129=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #534081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534081 is #ACBF7E. Grayscale: #4C4C4C. Windows color (decimal): -11321215 or 8470611. OLE color: 8470611.

HSL color Cylindrical-coordinate representation of color #534081: hue angle of 257.54º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534081 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8364129-
CMYK0.360.5000.49
HSL257.54º33.68%37.84%-
HSV(B)257.54º50.39%50.59%-
XYZ9.367.0921.64-
YUV77.09157.29132.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 129 (50.78% from 255) = 46.74%
R=30.07%
G=23.19%
B=46.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83641290.360.5000.49257.5433.6837.84
Hex53408124320311022226
Octal12310020144620614024246
Binary10100111000000100000011001001100100110001100000010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534081; }

 p { color: rgb(83,64,129); }

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

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

 a { background-color: rgb(83,64,129); }

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

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

 span { border-color: rgb(83,64,129); }

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