#53417A

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

Shades of Gigas #53417A

Tints of Gigas #53417A

Color information

#53417A (or 0x53417A) is unknown color: approx Gigas. HEX triplet: 53, 41 and 7A. RGB value is (83,65,122). Sum of RGB (Red+Green+Blue) = 83+65+122=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #53417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53417A is #ACBE85. Grayscale: #4C4C4C. Windows color (decimal): -11320966 or 8012115. OLE color: 8012115.

HSL color Cylindrical-coordinate representation of color #53417A: hue angle of 258.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53417A is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8365122-
CMYK0.320.4700.52
HSL258.95º30.48%36.67%-
HSV(B)258.95º46.72%47.84%-
XYZ8.977.0219.3-
YUV76.88153.46132.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=30.74%
G=24.07%
B=45.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83651220.320.4700.52258.9530.4836.67
Hex53417A202F0341031e25
Octal12310117240570644033645
Binary101001110000011111010100000101111011010010000001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53417A; }

 p { color: rgb(83,65,122); }

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

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

 a { background-color: rgb(83,65,122); }

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

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

 span { border-color: rgb(83,65,122); }

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