Html Css Color HEX #57457A Gigas

📋 copy color: '#57457A'

red 87 ◦ green 69 ◦ blue 122

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

Shades of Gigas #57457A

Tints of Gigas #57457A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.88%

R = 31.29%
G = 24.82%
B = 43.88%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57457A (or 0x57457A) is known color: Gigas. HEX triplet: 57, 45 and 7A. RGB value is (87,69,122). Sum of RGB (Red+Green+Blue) = 87+69+122=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #57457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57457A is #A8BA85. Grayscale: #505050. Windows color (decimal): -11057798 or 8013143. OLE color: 8013143.

HSL color Cylindrical-coordinate representation of color #57457A: hue angle of 260.38º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57457A is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 69 122 -
CMYK 0.29 0.43 0 0.52
HSL 260.38º 0.28% 0.37% -
HSV(B) 260.38º 0.43% 0.48% -
XYZ 9.57 7.69 19.39 -
YUV 80.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 87 69 122 0.29 0.43 0 0.52 260.38 0.28 0.37
Hex 57 45 7A 1D 2B 0 34 104 1C 25
Octal 127 105 172 35 53 0 64 404 34 45
Binary 1010111 1000101 1111010 11101 101011 0 110100 100000100 11100 100101

Color Harmonies of #57457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57457A

Black with #57457A

Text Example


Text Example

White with #57457A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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