Html Css Color HEX #57457C Gigas

📋 copy color: '#57457C'

red 87 ◦ green 69 ◦ blue 124

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

Shades of Gigas #57457C

Tints of Gigas #57457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 31.07%
G = 24.64%
B = 44.29%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57457C (or 0x57457C) is known color: Gigas. HEX triplet: 57, 45 and 7C. RGB value is (87,69,124). Sum of RGB (Red+Green+Blue) = 87+69+124=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #57457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57457C is #A8BA83. Grayscale: #505050. Windows color (decimal): -11057796 or 8144215. OLE color: 8144215.

HSL color Cylindrical-coordinate representation of color #57457C: hue angle of 259.64º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57457C is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 69 124 -
CMYK 0.30 0.44 0 0.51
HSL 259.64º 0.28% 0.38% -
HSV(B) 259.64º 0.44% 0.49% -
XYZ 9.7 7.74 20.05 -
YUV 80.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 87 69 124 0.30 0.44 0 0.51 259.64 0.28 0.38
Hex 57 45 7C 1E 2C 0 33 104 1C 26
Octal 127 105 174 36 54 0 63 404 34 46
Binary 1010111 1000101 1111100 11110 101100 0 110011 100000100 11100 100110

Color Harmonies of #57457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57457C

Black with #57457C

Text Example


Text Example

White with #57457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57457C; }

 p { color: rgb(87,69,124); }

 H1.HeaderClassName
 {
   color: #57457C;
 }
 .AnyTagClassName
 {
   color: #57457C;
 }
</style>

background-color css

<style>
 a { background-color: #57457C; }

 a { background-color: rgb(87,69,124); }

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

border-color css

<style>
 span { border-color: #57457C; }

 span { border-color: rgb(87,69,124); }

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