Html Css Color HEX #57467C Gigas

📋 copy color: '#57467C'

red 87 ◦ green 70 ◦ blue 124

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

Shades of Gigas #57467C

Tints of Gigas #57467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

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

R = 30.96%
G = 24.91%
B = 44.13%

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

#57467C (or 0x57467C) is known color: Gigas. HEX triplet: 57, 46 and 7C. RGB value is (87,70,124). Sum of RGB (Red+Green+Blue) = 87+70+124=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #57467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57467C is #A8B983. Grayscale: #515151. Windows color (decimal): -11057540 or 8144471. OLE color: 8144471.

HSL color Cylindrical-coordinate representation of color #57467C: hue angle of 258.89º 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 #57467C is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 70 124 -
CMYK 0.30 0.44 0 0.51
HSL 258.89º 0.28% 0.38% -
HSV(B) 258.89º 0.44% 0.49% -
XYZ 9.76 7.86 20.07 -
YUV 81.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 87 70 124 0.30 0.44 0 0.51 258.89 0.28 0.38
Hex 57 46 7C 1E 2C 0 33 103 1C 26
Octal 127 106 174 36 54 0 63 403 34 46
Binary 1010111 1000110 1111100 11110 101100 0 110011 100000011 11100 100110

Color Harmonies of #57467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57467C

Black with #57467C

Text Example


Text Example

White with #57467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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