Html Css Color HEX #505363 East Bay

📋 copy color: '#505363'

red 80 ◦ green 83 ◦ blue 99

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

Shades of East Bay #505363

Tints of East Bay #505363

RGB

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

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

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

R = 30.53%
G = 31.68%
B = 37.79%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#505363 (or 0x505363) is known color: East Bay. HEX triplet: 50, 53 and 63. RGB value is (80,83,99). Sum of RGB (Red+Green+Blue) = 80+83+99=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #505363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505363 is #AFAC9C. Grayscale: #535353. Windows color (decimal): -11512989 or 6509392. OLE color: 6509392.

HSL color Cylindrical-coordinate representation of color #505363: hue angle of 230.53º 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 #505363 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 83 99 -
CMYK 0.19 0.16 0 0.61
HSL 230.53º 0.11% 0.35% -
HSV(B) 230.53º 0.19% 0.39% -
XYZ 8.65 8.79 13.05 -
YUV 83.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 80 83 99 0.19 0.16 0 0.61 230.53 0.11 0.35
Hex 50 53 63 13 10 0 3D E7 B 23
Octal 120 123 143 23 20 0 75 347 13 43
Binary 1010000 1010011 1100011 10011 10000 0 111101 11100111 1011 100011

Color Harmonies of #505363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505363

Black with #505363

Text Example


Text Example

White with #505363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505363; }

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

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

background-color css

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

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

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

border-color css

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

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

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