Html Css Color HEX #504488 Gigas

📋 copy color: '#504488'

red 80 ◦ green 68 ◦ blue 136

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

Shades of Gigas #504488

Tints of Gigas #504488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

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

R = 28.17%
G = 23.94%
B = 47.89%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#504488 (or 0x504488) is known color: Gigas. HEX triplet: 50, 44 and 88. RGB value is (80,68,136). Sum of RGB (Red+Green+Blue) = 80+68+136=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #504488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504488 is #AFBB77. Grayscale: #4F4F4F. Windows color (decimal): -11516792 or 8930384. OLE color: 8930384.

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

Color convert

RGB 80 68 136 -
CMYK 0.41 0.50 0 0.47
HSL 250.59º 0.33% 0.4% -
HSV(B) 250.59º 0.5% 0.53% -
XYZ 9.82 7.62 24.25 -
YUV 79.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 80 68 136 0.41 0.50 0 0.47 250.59 0.33 0.4
Hex 50 44 88 29 32 0 2F FB 21 28
Octal 120 104 210 51 62 0 57 373 41 50
Binary 1010000 1000100 10001000 101001 110010 0 101111 11111011 100001 101000

Color Harmonies of #504488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504488

Black with #504488

Text Example


Text Example

White with #504488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504488; }

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

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

background-color css

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

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

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

border-color css

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

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

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