Html Css Color HEX #505263 East Bay

📋 copy color: '#505263'

red 80 ◦ green 82 ◦ blue 99

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

Shades of East Bay #505263

Tints of East Bay #505263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

 BLUE value IS 99 (39.06% from 255) = 37.93%

R = 30.65%
G = 31.42%
B = 37.93%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#505263 (or 0x505263) is known color: East Bay. HEX triplet: 50, 52 and 63. RGB value is (80,82,99). Sum of RGB (Red+Green+Blue) = 80+82+99=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #505263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505263 is #AFAD9C. Grayscale: #535353. Windows color (decimal): -11513245 or 6509136. OLE color: 6509136.

HSL color Cylindrical-coordinate representation of color #505263: hue angle of 233.68º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #505263 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 82 99 -
CMYK 0.19 0.17 0 0.61
HSL 233.68º 0.11% 0.35% -
HSV(B) 233.68º 0.19% 0.39% -
XYZ 8.58 8.64 13.02 -
YUV 83.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 80 82 99 0.19 0.17 0 0.61 233.68 0.11 0.35
Hex 50 52 63 13 11 0 3D EA B 23
Octal 120 122 143 23 21 0 75 352 13 43
Binary 1010000 1010010 1100011 10011 10001 0 111101 11101010 1011 100011

Color Harmonies of #505263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505263

Black with #505263

Text Example


Text Example

White with #505263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505263; }

 p { color: rgb(80,82,99); }

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

background-color css

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

 a { background-color: rgb(80,82,99); }

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

border-color css

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

 span { border-color: rgb(80,82,99); }

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