Html Css Color HEX #505671 East Bay

📋 copy color: '#505671'

red 80 ◦ green 86 ◦ blue 113

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

Shades of East Bay #505671

Tints of East Bay #505671

RGB

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

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

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

R = 28.67%
G = 30.82%
B = 40.5%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#505671 (or 0x505671) is known color: East Bay. HEX triplet: 50, 56 and 71. RGB value is (80,86,113). Sum of RGB (Red+Green+Blue) = 80+86+113=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #505671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505671 is #AFA98E. Grayscale: #575757. Windows color (decimal): -11512207 or 7427664. OLE color: 7427664.

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

Color convert

RGB 80 86 113 -
CMYK 0.29 0.24 0 0.56
HSL 229.09º 0.17% 0.38% -
HSV(B) 229.09º 0.29% 0.44% -
XYZ 9.62 9.55 16.96 -
YUV 87.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 80 86 113 0.29 0.24 0 0.56 229.09 0.17 0.38
Hex 50 56 71 1D 18 0 38 E5 11 26
Octal 120 126 161 35 30 0 70 345 21 46
Binary 1010000 1010110 1110001 11101 11000 0 111000 11100101 10001 100110

Color Harmonies of #505671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505671

Black with #505671

Text Example


Text Example

White with #505671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505671; }

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

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

background-color css

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

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

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

border-color css

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

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

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