Html Css Color HEX #57437F Gigas

📋 copy color: '#57437F'

red 87 ◦ green 67 ◦ blue 127

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

Shades of Gigas #57437F

Tints of Gigas #57437F

RGB

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

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

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

R = 30.96%
G = 23.84%
B = 45.2%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57437F (or 0x57437F) is known color: Gigas. HEX triplet: 57, 43 and 7F. RGB value is (87,67,127). Sum of RGB (Red+Green+Blue) = 87+67+127=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #57437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57437F is #A8BC80. Grayscale: #4F4F4F. Windows color (decimal): -11058305 or 8340311. OLE color: 8340311.

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

Color convert

RGB 87 67 127 -
CMYK 0.31 0.47 0 0.50
HSL 260º 0.31% 0.38% -
HSV(B) 260º 0.47% 0.5% -
XYZ 9.77 7.57 21.03 -
YUV 79.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 87 67 127 0.31 0.47 0 0.50 260 0.31 0.38
Hex 57 43 7F 1F 2F 0 32 104 1F 26
Octal 127 103 177 37 57 0 62 404 37 46
Binary 1010111 1000011 1111111 11111 101111 0 110010 100000100 11111 100110

Color Harmonies of #57437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57437F

Black with #57437F

Text Example


Text Example

White with #57437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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