Html Css Color HEX #50576D East Bay

📋 copy color: '#50576D'

red 80 ◦ green 87 ◦ blue 109

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

Shades of East Bay #50576D

Tints of East Bay #50576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 28.99%
G = 31.52%
B = 39.49%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50576D (or 0x50576D) is known color: East Bay. HEX triplet: 50, 57 and 6D. RGB value is (80,87,109). Sum of RGB (Red+Green+Blue) = 80+87+109=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #50576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50576D is #AFA892. Grayscale: #575757. Windows color (decimal): -11511955 or 7165776. OLE color: 7165776.

HSL color Cylindrical-coordinate representation of color #50576D: hue angle of 225.52º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50576D is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 87 109 -
CMYK 0.27 0.20 0 0.57
HSL 225.52º 0.15% 0.37% -
HSV(B) 225.52º 0.27% 0.43% -
XYZ 9.48 9.63 15.83 -
YUV 87.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 80 87 109 0.27 0.20 0 0.57 225.52 0.15 0.37
Hex 50 57 6D 1B 14 0 39 E2 F 25
Octal 120 127 155 33 24 0 71 342 17 45
Binary 1010000 1010111 1101101 11011 10100 0 111001 11100010 1111 100101

Color Harmonies of #50576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50576D

Black with #50576D

Text Example


Text Example

White with #50576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50576D; }

 p { color: rgb(80,87,109); }

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

background-color css

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

 a { background-color: rgb(80,87,109); }

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

border-color css

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

 span { border-color: rgb(80,87,109); }

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