Html Css Color HEX #504385 Gigas

📋 copy color: '#504385'

red 80 ◦ green 67 ◦ blue 133

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

Shades of Gigas #504385

Tints of Gigas #504385

RGB

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

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

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

R = 28.57%
G = 23.93%
B = 47.5%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#504385 (or 0x504385) is known color: Gigas. HEX triplet: 50, 43 and 85. RGB value is (80,67,133). Sum of RGB (Red+Green+Blue) = 80+67+133=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #504385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504385 is #AFBC7A. Grayscale: #4E4E4E. Windows color (decimal): -11517051 or 8733520. OLE color: 8733520.

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

Color convert

RGB 80 67 133 -
CMYK 0.40 0.50 0 0.48
HSL 251.82º 0.33% 0.39% -
HSV(B) 251.82º 0.5% 0.52% -
XYZ 9.55 7.41 23.12 -
YUV 78.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 80 67 133 0.40 0.50 0 0.48 251.82 0.33 0.39
Hex 50 43 85 28 32 0 30 FC 21 27
Octal 120 103 205 50 62 0 60 374 41 47
Binary 1010000 1000011 10000101 101000 110010 0 110000 11111100 100001 100111

Color Harmonies of #504385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504385

Black with #504385

Text Example


Text Example

White with #504385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504385; }

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

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

background-color css

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

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

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

border-color css

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

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

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