Html Css Color HEX #505371 East Bay

📋 copy color: '#505371'

red 80 ◦ green 83 ◦ blue 113

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

Shades of East Bay #505371

Tints of East Bay #505371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 28.99%
G = 30.07%
B = 40.94%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#505371 (or 0x505371) is known color: East Bay. HEX triplet: 50, 53 and 71. RGB value is (80,83,113). Sum of RGB (Red+Green+Blue) = 80+83+113=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #505371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505371 is #AFAC8E. Grayscale: #555555. Windows color (decimal): -11512975 or 7426896. OLE color: 7426896.

HSL color Cylindrical-coordinate representation of color #505371: hue angle of 234.55º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505371 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 83 113 -
CMYK 0.29 0.27 0 0.56
HSL 234.55º 0.17% 0.38% -
HSV(B) 234.55º 0.29% 0.44% -
XYZ 9.38 9.08 16.88 -
YUV 85.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 80 83 113 0.29 0.27 0 0.56 234.55 0.17 0.38
Hex 50 53 71 1D 1B 0 38 EB 11 26
Octal 120 123 161 35 33 0 70 353 21 46
Binary 1010000 1010011 1110001 11101 11011 0 111000 11101011 10001 100110

Color Harmonies of #505371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505371

Black with #505371

Text Example


Text Example

White with #505371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505371; }

 p { color: rgb(80,83,113); }

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

background-color css

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

 a { background-color: rgb(80,83,113); }

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

border-color css

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

 span { border-color: rgb(80,83,113); }

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