Html Css Color HEX #57437E Gigas

📋 copy color: '#57437E'

red 87 ◦ green 67 ◦ blue 126

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

Shades of Gigas #57437E

Tints of Gigas #57437E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

 BLUE value IS 126 (49.61% from 255) = 45%

R = 31.07%
G = 23.93%
B = 45%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57437E (or 0x57437E) is known color: Gigas. HEX triplet: 57, 43 and 7E. RGB value is (87,67,126). Sum of RGB (Red+Green+Blue) = 87+67+126=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #57437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57437E is #A8BC81. Grayscale: #4F4F4F. Windows color (decimal): -11058306 or 8274775. OLE color: 8274775.

HSL color Cylindrical-coordinate representation of color #57437E: hue angle of 260.34º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57437E is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 67 126 -
CMYK 0.31 0.47 0 0.51
HSL 260.34º 0.31% 0.38% -
HSV(B) 260.34º 0.47% 0.49% -
XYZ 9.7 7.55 20.68 -
YUV 79.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 87 67 126 0.31 0.47 0 0.51 260.34 0.31 0.38
Hex 57 43 7E 1F 2F 0 33 104 1F 26
Octal 127 103 176 37 57 0 63 404 37 46
Binary 1010111 1000011 1111110 11111 101111 0 110011 100000100 11111 100110

Color Harmonies of #57437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57437E

Black with #57437E

Text Example


Text Example

White with #57437E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57437E; }

 p { color: rgb(87,67,126); }

 H1.HeaderClassName
 {
   color: #57437E;
 }
 .AnyTagClassName
 {
   color: #57437E;
 }
</style>

background-color css

<style>
 a { background-color: #57437E; }

 a { background-color: rgb(87,67,126); }

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

border-color css

<style>
 span { border-color: #57437E; }

 span { border-color: rgb(87,67,126); }

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