#57437A

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

Shades of Gigas #57437A

Tints of Gigas #57437A

Color information

#57437A (or 0x57437A) is unknown color: approx Gigas. HEX triplet: 57, 43 and 7A. RGB value is (87,67,122). Sum of RGB (Red+Green+Blue) = 87+67+122=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #57437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57437A is #A8BC85. Grayscale: #4F4F4F. Windows color (decimal): -11058310 or 8012631. OLE color: 8012631.

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

Color convert

RGB8767122-
CMYK0.290.4500.52
HSL261.82º29.1%37.06%-
HSV(B)261.82º45.08%47.84%-
XYZ9.457.4519.35-
YUV79.25152.13133.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=31.52%
G=24.28%
B=44.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87671220.290.4500.52261.8229.137.06
Hex57437A1D2D0341061d25
Octal12710317235550644063545
Binary10101111000011111101011101101101011010010000011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,67,122); }

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

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

 a { background-color: rgb(87,67,122); }

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

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

 span { border-color: rgb(87,67,122); }

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