#53438A

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

Shades of Gigas #53438A

Tints of Gigas #53438A

Color information

#53438A (or 0x53438A) is unknown color: approx Gigas. HEX triplet: 53, 43 and 8A. RGB value is (83,67,138). Sum of RGB (Red+Green+Blue) = 83+67+138=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #53438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53438A is #ACBC75. Grayscale: #4F4F4F. Windows color (decimal): -11320438 or 9061203. OLE color: 9061203.

HSL color Cylindrical-coordinate representation of color #53438A: hue angle of 253.52º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53438A is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8367138-
CMYK0.400.5100.46
HSL253.52º34.63%40.2%-
HSV(B)253.52º51.45%54.12%-
XYZ10.167.6924.99-
YUV79.88160.8130.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=28.82%
G=23.26%
B=47.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83671380.400.5100.46253.5234.6340.2
Hex53438A283302Efe2328
Octal12310321250630563764350
Binary1010011100001110001010101000110011010111011111110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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