Html Css Color HEX #57488B Gigas

📋 copy color: '#57488B'

red 87 ◦ green 72 ◦ blue 139

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

Shades of Gigas #57488B

Tints of Gigas #57488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

 BLUE value IS 139 (54.69% from 255) = 46.64%

R = 29.19%
G = 24.16%
B = 46.64%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57488B (or 0x57488B) is known color: Gigas. HEX triplet: 57, 48 and 8B. RGB value is (87,72,139). Sum of RGB (Red+Green+Blue) = 87+72+139=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #57488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57488B is #A8B774. Grayscale: #535353. Windows color (decimal): -11057013 or 9128023. OLE color: 9128023.

HSL color Cylindrical-coordinate representation of color #57488B: hue angle of 253.43º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57488B is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 72 139 -
CMYK 0.37 0.48 0 0.45
HSL 253.43º 0.32% 0.41% -
HSV(B) 253.43º 0.48% 0.55% -
XYZ 10.91 8.53 25.5 -
YUV 84.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 87 72 139 0.37 0.48 0 0.45 253.43 0.32 0.41
Hex 57 48 8B 25 30 0 2D FD 20 29
Octal 127 110 213 45 60 0 55 375 40 51
Binary 1010111 1001000 10001011 100101 110000 0 101101 11111101 100000 101001

Color Harmonies of #57488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57488B

Black with #57488B

Text Example


Text Example

White with #57488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,72,139); }

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

background-color css

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

 a { background-color: rgb(87,72,139); }

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

border-color css

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

 span { border-color: rgb(87,72,139); }

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