Html Css Color HEX #50437F Gigas

📋 copy color: '#50437F'

red 80 ◦ green 67 ◦ blue 127

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

Shades of Gigas #50437F

Tints of Gigas #50437F

RGB

 RED value IS 80 (31.64% from 255) = 29.2%

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

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

R = 29.2%
G = 24.45%
B = 46.35%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50437F (or 0x50437F) is known color: Gigas. HEX triplet: 50, 43 and 7F. RGB value is (80,67,127). Sum of RGB (Red+Green+Blue) = 80+67+127=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #50437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50437F is #AFBC80. Grayscale: #4D4D4D. Windows color (decimal): -11517057 or 8340304. OLE color: 8340304.

HSL color Cylindrical-coordinate representation of color #50437F: hue angle of 253º 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 #50437F is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 67 127 -
CMYK 0.37 0.47 0 0.50
HSL 253º 0.31% 0.38% -
HSV(B) 253º 0.47% 0.5% -
XYZ 9.15 7.25 21 -
YUV 77.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 80 67 127 0.37 0.47 0 0.50 253 0.31 0.38
Hex 50 43 7F 25 2F 0 32 FD 1F 26
Octal 120 103 177 45 57 0 62 375 37 46
Binary 1010000 1000011 1111111 100101 101111 0 110010 11111101 11111 100110

Color Harmonies of #50437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50437F

Black with #50437F

Text Example


Text Example

White with #50437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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