Html Css Color HEX #57467F Gigas

📋 copy color: '#57467F'

red 87 ◦ green 70 ◦ blue 127

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

Shades of Gigas #57467F

Tints of Gigas #57467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.72%

R = 30.63%
G = 24.65%
B = 44.72%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57467F (or 0x57467F) is known color: Gigas. HEX triplet: 57, 46 and 7F. RGB value is (87,70,127). Sum of RGB (Red+Green+Blue) = 87+70+127=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #57467F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57467F is #A8B980. Grayscale: #515151. Windows color (decimal): -11057537 or 8341079. OLE color: 8341079.

HSL color Cylindrical-coordinate representation of color #57467F: hue angle of 257.89º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57467F is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 70 127 -
CMYK 0.31 0.45 0 0.50
HSL 257.89º 0.29% 0.39% -
HSV(B) 257.89º 0.45% 0.5% -
XYZ 9.95 7.94 21.09 -
YUV 81.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 87 70 127 0.31 0.45 0 0.50 257.89 0.29 0.39
Hex 57 46 7F 1F 2D 0 32 102 1D 27
Octal 127 106 177 37 55 0 62 402 35 47
Binary 1010111 1000110 1111111 11111 101101 0 110010 100000010 11101 100111

Color Harmonies of #57467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57467F

Black with #57467F

Text Example


Text Example

White with #57467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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