Html Css Color HEX #50458B Gigas

📋 copy color: '#50458B'

red 80 ◦ green 69 ◦ blue 139

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

Shades of Gigas #50458B

Tints of Gigas #50458B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.26%

R = 27.78%
G = 23.96%
B = 48.26%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50458B (or 0x50458B) is known color: Gigas. HEX triplet: 50, 45 and 8B. RGB value is (80,69,139). Sum of RGB (Red+Green+Blue) = 80+69+139=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #50458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50458B is #AFBA74. Grayscale: #505050. Windows color (decimal): -11516533 or 9127248. OLE color: 9127248.

HSL color Cylindrical-coordinate representation of color #50458B: hue angle of 249.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50458B is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 69 139 -
CMYK 0.42 0.50 0 0.45
HSL 249.43º 0.34% 0.41% -
HSV(B) 249.43º 0.5% 0.55% -
XYZ 10.1 7.83 25.4 -
YUV 80.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 80 69 139 0.42 0.50 0 0.45 249.43 0.34 0.41
Hex 50 45 8B 2A 32 0 2D F9 22 29
Octal 120 105 213 52 62 0 55 371 42 51
Binary 1010000 1000101 10001011 101010 110010 0 101101 11111001 100010 101001

Color Harmonies of #50458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50458B

Black with #50458B

Text Example


Text Example

White with #50458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50458B; }

 p { color: rgb(80,69,139); }

 H1.HeaderClassName
 {
   color: #50458B;
 }
 .AnyTagClassName
 {
   color: #50458B;
 }
</style>

background-color css

<style>
 a { background-color: #50458B; }

 a { background-color: rgb(80,69,139); }

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

border-color css

<style>
 span { border-color: #50458B; }

 span { border-color: rgb(80,69,139); }

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