#57477B

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

Shades of Gigas #57477B

Tints of Gigas #57477B

Color information

#57477B (or 0x57477B) is unknown color: approx Gigas. HEX triplet: 57, 47 and 7B. RGB value is (87,71,123). Sum of RGB (Red+Green+Blue) = 87+71+123=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #57477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57477B is #A8B884. Grayscale: #515151. Windows color (decimal): -11057285 or 8079191. OLE color: 8079191.

HSL color Cylindrical-coordinate representation of color #57477B: hue angle of 258.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57477B is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8771123-
CMYK0.290.4200.52
HSL258.46º26.8%38.04%-
HSV(B)258.46º42.28%48.24%-
XYZ9.767.9619.76-
YUV81.71151.3131.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 123 (48.44% from 255) = 43.77%
R=30.96%
G=25.27%
B=43.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87711230.290.4200.52258.4626.838.04
Hex57477B1D2A0341021b26
Octal12710717335520644023346
Binary10101111000111111101111101101010011010010000001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57477B; }

 p { color: rgb(87,71,123); }

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

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

 a { background-color: rgb(87,71,123); }

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

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

 span { border-color: rgb(87,71,123); }

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