Html Css Color HEX #50576E East Bay

📋 copy color: '#50576E'

red 80 ◦ green 87 ◦ blue 110

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

Shades of East Bay #50576E

Tints of East Bay #50576E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.71%

R = 28.88%
G = 31.41%
B = 39.71%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50576E (or 0x50576E) is known color: East Bay. HEX triplet: 50, 57 and 6E. RGB value is (80,87,110). Sum of RGB (Red+Green+Blue) = 80+87+110=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #50576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50576E is #AFA891. Grayscale: #575757. Windows color (decimal): -11511954 or 7231312. OLE color: 7231312.

HSL color Cylindrical-coordinate representation of color #50576E: hue angle of 226º degrees, saturation: 0.16, 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 #50576E is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 87 110 -
CMYK 0.27 0.21 0 0.57
HSL 226º 0.16% 0.37% -
HSV(B) 226º 0.27% 0.43% -
XYZ 9.53 9.65 16.11 -
YUV 87.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 80 87 110 0.27 0.21 0 0.57 226 0.16 0.37
Hex 50 57 6E 1B 15 0 39 E2 10 25
Octal 120 127 156 33 25 0 71 342 20 45
Binary 1010000 1010111 1101110 11011 10101 0 111001 11100010 10000 100101

Color Harmonies of #50576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50576E

Black with #50576E

Text Example


Text Example

White with #50576E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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