Html Css Color HEX #504389 Gigas

📋 copy color: '#504389'

red 80 ◦ green 67 ◦ blue 137

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

Shades of Gigas #504389

Tints of Gigas #504389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.24%

R = 28.17%
G = 23.59%
B = 48.24%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#504389 (or 0x504389) is known color: Gigas. HEX triplet: 50, 43 and 89. RGB value is (80,67,137). Sum of RGB (Red+Green+Blue) = 80+67+137=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #504389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504389 is #AFBC76. Grayscale: #4E4E4E. Windows color (decimal): -11517047 or 8995664. OLE color: 8995664.

HSL color Cylindrical-coordinate representation of color #504389: hue angle of 251.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504389 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 67 137 -
CMYK 0.42 0.51 0 0.46
HSL 251.14º 0.34% 0.4% -
HSV(B) 251.14º 0.51% 0.54% -
XYZ 9.83 7.53 24.6 -
YUV 78.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 80 67 137 0.42 0.51 0 0.46 251.14 0.34 0.4
Hex 50 43 89 2A 33 0 2E FB 22 28
Octal 120 103 211 52 63 0 56 373 42 50
Binary 1010000 1000011 10001001 101010 110011 0 101110 11111011 100010 101000

Color Harmonies of #504389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504389

Black with #504389

Text Example


Text Example

White with #504389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504389; }

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

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

background-color css

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

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

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

border-color css

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

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

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