Html Css Color HEX #504388 Gigas

📋 copy color: '#504388'

red 80 ◦ green 67 ◦ blue 136

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

Shades of Gigas #504388

Tints of Gigas #504388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 48.06%

R = 28.27%
G = 23.67%
B = 48.06%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#504388 (or 0x504388) is known color: Gigas. HEX triplet: 50, 43 and 88. RGB value is (80,67,136). Sum of RGB (Red+Green+Blue) = 80+67+136=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #504388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504388 is #AFBC77. Grayscale: #4E4E4E. Windows color (decimal): -11517048 or 8930128. OLE color: 8930128.

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

Color convert

RGB 80 67 136 -
CMYK 0.41 0.51 0 0.47
HSL 251.3º 0.34% 0.4% -
HSV(B) 251.3º 0.51% 0.53% -
XYZ 9.76 7.5 24.23 -
YUV 78.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 80 67 136 0.41 0.51 0 0.47 251.3 0.34 0.4
Hex 50 43 88 29 33 0 2F FB 22 28
Octal 120 103 210 51 63 0 57 373 42 50
Binary 1010000 1000011 10001000 101001 110011 0 101111 11111011 100010 101000

Color Harmonies of #504388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504388

Black with #504388

Text Example


Text Example

White with #504388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504388; }

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

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

background-color css

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

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

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

border-color css

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

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

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