Html Css Color HEX #505670 East Bay

📋 copy color: '#505670'

red 80 ◦ green 86 ◦ blue 112

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

Shades of East Bay #505670

Tints of East Bay #505670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.94%

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

R = 28.78%
G = 30.94%
B = 40.29%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#505670 (or 0x505670) is known color: East Bay. HEX triplet: 50, 56 and 70. RGB value is (80,86,112). Sum of RGB (Red+Green+Blue) = 80+86+112=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #505670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505670 is #AFA98F. Grayscale: #575757. Windows color (decimal): -11512208 or 7362128. OLE color: 7362128.

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

Color convert

RGB 80 86 112 -
CMYK 0.29 0.23 0 0.56
HSL 228.75º 0.17% 0.38% -
HSV(B) 228.75º 0.29% 0.44% -
XYZ 9.56 9.53 16.66 -
YUV 87.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 80 86 112 0.29 0.23 0 0.56 228.75 0.17 0.38
Hex 50 56 70 1D 17 0 38 E5 11 26
Octal 120 126 160 35 27 0 70 345 21 46
Binary 1010000 1010110 1110000 11101 10111 0 111000 11100101 10001 100110

Color Harmonies of #505670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505670

Black with #505670

Text Example


Text Example

White with #505670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505670; }

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

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

background-color css

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

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

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

border-color css

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

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

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