Html Css Color HEX #57498A Gigas

📋 copy color: '#57498A'

red 87 ◦ green 73 ◦ blue 138

#57498A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #57498A

Tints of Gigas #57498A

RGB

 RED value IS 87 (34.38% from 255) = 29.19%

 GREEN value IS 73 (28.91% from 255) = 24.5%

 BLUE value IS 138 (54.3% from 255) = 46.31%

R = 29.19%
G = 24.5%
B = 46.31%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57498A (or 0x57498A) is known color: Gigas. HEX triplet: 57, 49 and 8A. RGB value is (87,73,138). Sum of RGB (Red+Green+Blue) = 87+73+138=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #57498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57498A is #A8B675. Grayscale: #545454. Windows color (decimal): -11056758 or 9062743. OLE color: 9062743.

HSL color Cylindrical-coordinate representation of color #57498A: hue angle of 252.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57498A is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 73 138 -
CMYK 0.37 0.47 0 0.46
HSL 252.92º 0.31% 0.41% -
HSV(B) 252.92º 0.47% 0.54% -
XYZ 10.9 8.63 25.14 -
YUV 84.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 87 73 138 0.37 0.47 0 0.46 252.92 0.31 0.41
Hex 57 49 8A 25 2F 0 2E FD 1F 29
Octal 127 111 212 45 57 0 56 375 37 51
Binary 1010111 1001001 10001010 100101 101111 0 101110 11111101 11111 101001

Color Harmonies of #57498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57498A

Black with #57498A

Text Example


Text Example

White with #57498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,73,138); }

 H1.HeaderClassName
 {
   color: #57498A;
 }
 .AnyTagClassName
 {
   color: #57498A;
 }
</style>

background-color css

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

 a { background-color: rgb(87,73,138); }

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

border-color css

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

 span { border-color: rgb(87,73,138); }

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