Html Css Color HEX #57499B Gigas

📋 copy color: '#57499B'

red 87 ◦ green 73 ◦ blue 155

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

Shades of Gigas #57499B

Tints of Gigas #57499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 27.62%
G = 23.17%
B = 49.21%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57499B (or 0x57499B) is known color: Gigas. HEX triplet: 57, 49 and 9B. RGB value is (87,73,155). Sum of RGB (Red+Green+Blue) = 87+73+155=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #57499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57499B is #A8B664. Grayscale: #565656. Windows color (decimal): -11056741 or 10176855. OLE color: 10176855.

HSL color Cylindrical-coordinate representation of color #57499B: hue angle of 250.24º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57499B is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 73 155 -
CMYK 0.44 0.53 0 0.39
HSL 250.24º 0.36% 0.45% -
HSV(B) 250.24º 0.53% 0.61% -
XYZ 12.23 9.16 32.13 -
YUV 86.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 87 73 155 0.44 0.53 0 0.39 250.24 0.36 0.45
Hex 57 49 9B 2C 35 0 27 FA 24 2D
Octal 127 111 233 54 65 0 47 372 44 55
Binary 1010111 1001001 10011011 101100 110101 0 100111 11111010 100100 101101

Color Harmonies of #57499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57499B

Black with #57499B

Text Example


Text Example

White with #57499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57499B;
 }
 .AnyTagClassName
 {
   color: #57499B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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