Html Css Color HEX #57457D Gigas

📋 copy color: '#57457D'

red 87 ◦ green 69 ◦ blue 125

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

Shades of Gigas #57457D

Tints of Gigas #57457D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.48%

R = 30.96%
G = 24.56%
B = 44.48%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57457D (or 0x57457D) is known color: Gigas. HEX triplet: 57, 45 and 7D. RGB value is (87,69,125). Sum of RGB (Red+Green+Blue) = 87+69+125=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #57457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57457D is #A8BA82. Grayscale: #505050. Windows color (decimal): -11057795 or 8209751. OLE color: 8209751.

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

Color convert

RGB 87 69 125 -
CMYK 0.30 0.45 0 0.51
HSL 259.29º 0.29% 0.38% -
HSV(B) 259.29º 0.45% 0.49% -
XYZ 9.76 7.76 20.39 -
YUV 80.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 87 69 125 0.30 0.45 0 0.51 259.29 0.29 0.38
Hex 57 45 7D 1E 2D 0 33 103 1D 26
Octal 127 105 175 36 55 0 63 403 35 46
Binary 1010111 1000101 1111101 11110 101101 0 110011 100000011 11101 100110

Color Harmonies of #57457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57457D

Black with #57457D

Text Example


Text Example

White with #57457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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