Html Css Color HEX #505370 East Bay

📋 copy color: '#505370'

red 80 ◦ green 83 ◦ blue 112

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

Shades of East Bay #505370

Tints of East Bay #505370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 29.09%
G = 30.18%
B = 40.73%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#505370 (or 0x505370) is known color: East Bay. HEX triplet: 50, 53 and 70. RGB value is (80,83,112). Sum of RGB (Red+Green+Blue) = 80+83+112=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #505370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505370 is #AFAC8F. Grayscale: #555555. Windows color (decimal): -11512976 or 7361360. OLE color: 7361360.

HSL color Cylindrical-coordinate representation of color #505370: hue angle of 234.38º 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 #505370 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 83 112 -
CMYK 0.29 0.26 0 0.56
HSL 234.38º 0.17% 0.38% -
HSV(B) 234.38º 0.29% 0.44% -
XYZ 9.33 9.06 16.59 -
YUV 85.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 80 83 112 0.29 0.26 0 0.56 234.38 0.17 0.38
Hex 50 53 70 1D 1A 0 38 EA 11 26
Octal 120 123 160 35 32 0 70 352 21 46
Binary 1010000 1010011 1110000 11101 11010 0 111000 11101010 10001 100110

Color Harmonies of #505370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505370

Black with #505370

Text Example


Text Example

White with #505370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505370; }

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

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

background-color css

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

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

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

border-color css

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

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

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