Html Css Color HEX #504485 Gigas

📋 copy color: '#504485'

red 80 ◦ green 68 ◦ blue 133

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

Shades of Gigas #504485

Tints of Gigas #504485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.33%

R = 28.47%
G = 24.2%
B = 47.33%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#504485 (or 0x504485) is known color: Gigas. HEX triplet: 50, 44 and 85. RGB value is (80,68,133). Sum of RGB (Red+Green+Blue) = 80+68+133=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #504485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504485 is #AFBB7A. Grayscale: #4E4E4E. Windows color (decimal): -11516795 or 8733776. OLE color: 8733776.

HSL color Cylindrical-coordinate representation of color #504485: hue angle of 251.08º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #504485 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 68 133 -
CMYK 0.40 0.49 0 0.48
HSL 251.08º 0.32% 0.39% -
HSV(B) 251.08º 0.49% 0.52% -
XYZ 9.61 7.53 23.14 -
YUV 79 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 80 68 133 0.40 0.49 0 0.48 251.08 0.32 0.39
Hex 50 44 85 28 31 0 30 FB 20 27
Octal 120 104 205 50 61 0 60 373 40 47
Binary 1010000 1000100 10000101 101000 110001 0 110000 11111011 100000 100111

Color Harmonies of #504485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504485

Black with #504485

Text Example


Text Example

White with #504485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504485; }

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

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

background-color css

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

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

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

border-color css

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

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

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