Html Css Color HEX #504384 Gigas

📋 copy color: '#504384'

red 80 ◦ green 67 ◦ blue 132

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

Shades of Gigas #504384

Tints of Gigas #504384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 28.67%
G = 24.01%
B = 47.31%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#504384 (or 0x504384) is known color: Gigas. HEX triplet: 50, 43 and 84. RGB value is (80,67,132). Sum of RGB (Red+Green+Blue) = 80+67+132=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #504384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504384 is #AFBC7B. Grayscale: #4E4E4E. Windows color (decimal): -11517052 or 8667984. OLE color: 8667984.

HSL color Cylindrical-coordinate representation of color #504384: hue angle of 252º degrees, saturation: 0.33, 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 #504384 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 67 132 -
CMYK 0.39 0.49 0 0.48
HSL 252º 0.33% 0.39% -
HSV(B) 252º 0.49% 0.52% -
XYZ 9.48 7.39 22.76 -
YUV 78.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 80 67 132 0.39 0.49 0 0.48 252 0.33 0.39
Hex 50 43 84 27 31 0 30 FC 21 27
Octal 120 103 204 47 61 0 60 374 41 47
Binary 1010000 1000011 10000100 100111 110001 0 110000 11111100 100001 100111

Color Harmonies of #504384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504384

Black with #504384

Text Example


Text Example

White with #504384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504384; }

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

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

background-color css

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

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

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

border-color css

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

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

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