#53407F

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

Shades of Gigas #53407F

Tints of Gigas #53407F

Color information

#53407F (or 0x53407F) is unknown color: approx Gigas. HEX triplet: 53, 40 and 7F. RGB value is (83,64,127). Sum of RGB (Red+Green+Blue) = 83+64+127=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #53407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53407F is #ACBF80. Grayscale: #4C4C4C. Windows color (decimal): -11321217 or 8339539. OLE color: 8339539.

HSL color Cylindrical-coordinate representation of color #53407F: hue angle of 258.1º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53407F is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8364127-
CMYK0.350.5000.50
HSL258.1º32.98%37.45%-
HSV(B)258.1º49.61%49.8%-
XYZ9.237.0420.95-
YUV76.86156.29132.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 127 (50% from 255) = 46.35%
R=30.29%
G=23.36%
B=46.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83641270.350.5000.50258.132.9837.45
Hex53407F23320321022125
Octal12310017743620624024145
Binary1010011100000011111111000111100100110010100000010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53407F; }

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

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

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

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

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

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

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

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